setUTCMonth()

Syntax:

setUTCMonth( Month )

Parameters:

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

Remarks:

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

image\Script_Button.jpgExamples