Date > Date.getTime
Date.getTimeSyntax
myDate
.getTime();
Arguments
None.
Description
Method; returns the number of milliseconds (an integer from 0 to 999) since midnight January 1, 1970, universal time, for the specified Date object. Use this method to represent a specific instant in time when comparing two or more times defined in different time zones.
Player
Flash 5 or later.