setUTCDate()

Syntax:

setUTCDate( x )

Parameters:

x – an integer or a variable containing an integer. x can be positive or negative e.g. 32 will add 32 days to the current date; -32 will take 32 days off the current date. This parameter is required.

Remarks:

This function will set the day of the month for the specified Date object adjusted to UTC (universal time).

image\Script_Button.jpgExamples