May 2011
Intermediate to advanced
1096 pages
40h 54m
English
Date.getUTCMonth() — return the month-of-the-year field of a Date (universal time)
date.getUTCMonth()
The month of the year that results when
date is expressed in universal time.
The return value is an integer between 0 ( January) and 11
(December). Note that the Date object represents the first day of
the month as 1 but represents the first month of the year as
0.
Read now
Unlock full access