Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Add date


Message #1 by "Clemencia Diaz" <cdiaz@c...> on Tue, 22 Oct 2002 07:24:07 -0500
that's right


many thanks


-----Original Message-----
From: Greg Dunn [mailto:greg.dunn@n...]
Sent: Martes, 22 de Octubre de 2002 08:44 a.m.
To: javascript
Subject: [javascript] RE: Add date



function addDays(myDate,days) {
    return new Date(myDate.getTime() + days*24*60*60*1000);
}


Greg



-----Original Message-----
From: Clemencia Diaz [mailto:cdiaz@c...]
Sent: Tuesday, October 22, 2002 7:24 AM
To: javascript
Subject: [javascript] Add date


I need add days to date


thank in advance...


Clemencia D=EDaz M.


---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
r-20




---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e
r-20

  Return to Index