Returns the month according in the specified date according to universal time.
Method of Date
Syntax
getUTCMonth()
Parameters
None
Description
The value returned by getUTCMonth is an integer between 0 and 11 corresponding to the month. 0 for January, 1 for February, 2 for March, and so on.
Examples
The following example assigns the month portion of the current date to the variable mon.