Date.parse()

Syntax:

Date.parse( Date )

Parameters:

Date – a string containing the date and time to be parsed. This parameter is required.

Remarks:

This method will parse the date contained in the string and return a value in milliseconds, which can then be used to create a new Date object or used to set the date in an existing Date object with the setTime function.

image\Script_Button.jpgExamples