Hi,
I’m trying to set up the great countdown timer used in the tutorial here, and it’s working great, except for one thing:
I can’t seem to be able to correctly set a time in addition to the date. When I just set a target date, all is well, but when I try to set an actual time within that date, the timer jumps to it’s completion when run.
I think maybe I’m just not understanding the format needed:
// Date( year, month-1, date [, hour [, minute [, second [, millisecond]]]])
eventDate = new Date( 2004, 05, 12);
Can someone please show me an example of how to enter, say, June 12th 2004 at 8:00 am? This must be pretty obvious, but I’m obviously missing something here (I’m a beginner when it comes to flash).
Thanks in advance!