setTime()

Syntax:

setTime( Milliseconds )

Parameters:

Milliseconds – the number of milliseconds between the required date and time and midnight (GMT) 1/1/1970. Millseconds must be an integer or a variable containing an integer. This parameter is required.

Remarks:

This function will set a date in milliseconds for the specified Date object. This function is often used with the Date.parse function to assign a date value from a string.

image\Script_Button.jpgExamples