Tag Archives: actionscript time

Flash actionscript date time

May 9, 2010

12 Comments

How to Create Date objects The Date() constructor returns a Date object containing the current date and time, in local time based on your time zone. Here’s an example: var now:Date = new Date(); 2nd example,The Date() constructor treats that as the number of milliseconds since January 1, 1970, and returns a corresponding Date object. [...]

Continue reading...