getUTCMonth()

Syntax:

getUTCMonth()

Return:

The day of the month adjusted to UTC (universal time). Possible values are: 0 = Jan; 1 = Feb; 2 = Mar; 3 = Apr; 4 = May; 5 = Jun; 6 = Jul; 7 = Aug; 8 = Sept; 9 = Oct; 10 = Nov; and 11 = Dec.

Remarks:

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

image\Script_Button.jpgExamples