Date getTime()
syntax: |
date.getTime() |
return: |
number - the milliseconds representation of a Date object.
|
description: |
Gets time information in the form of an integer representing the number of milliseconds from midnight on January 1, 1970, GMT, to the date and time specified by a Date object.
|