'getTime()' Syntax, Parameters and Note : getTime « Javascript Methods « JavaScript Reference

'getTime()' Syntax, Parameters and Note

Note:

Returns the total number of milliseconds elapsed since January 1, 1970.
    
Syntax:
    
dateName.getTime()

    

      
      








Related examples in the same category

1.'getTime()' Example
2.'getTime()' is applied to