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?
todayDate = new Date()
And then somehow it goes
todayDate + 7 days
How is this Done?