PDA

View Full Version : Add 7 days to current Date[MX]



waffe
January 30th, 2003, 11:17 AM
I am trying to out put a date that is 7 days ahead of the current date, I think I start of like this

todayDate = new Date()

And then somehow it goes

todayDate + 7 days

How is this Done?

Jubba
January 30th, 2003, 11:21 AM
tutorial:

http://www.kirupa.com/developer/actionscript/digital_clock.asp

then add 7.

waffe
January 30th, 2003, 12:09 PM
I forget to look there sometimes.
:whistle: