JavaScript Date method: getUTCMonth()
[this page | pdf | back links]
The getUTCMonth() method (when applied to a
JavaScript
date) returns
the UTC month (0 to 11).
It
has the following syntax (with no parameters):
date.getUTCMonth()
NAVIGATION LINKS
Contents | Prev | Next | JavaScript Dates