deluxmilkman
September 19th, 2008, 04:46 AM
i created a DATE object.
var myTime:Date = new Date(2008,9,19,12,0,0);
now I would like to add 7 days to myTime.
do I need to convert myTime to milliseconds?
how can I do this?
please help me!
P.S. Im using AS 3.0
var myTime:Date = new Date(2008,9,19,12,0,0);
now I would like to add 7 days to myTime.
do I need to convert myTime to milliseconds?
how can I do this?
please help me!
P.S. Im using AS 3.0