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

'parse()' Syntax, Parameters and Note

Note:

Returns the number of milliseconds elapsed between 
the specified date and January 1, 1970.
    
Syntax:
    
dateName.parse(param1)

Parameters:
    param1   Required; the ending date of the calculation.

    

      
      








Related examples in the same category

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