Name

setUTCMonth() — NN 4 IE J3 ECMA 1

Synopsis

setUTCMonth(monthInt)

Sets the month value for the date specified by the Date object but in the UTC time stored internally by the browser. That this method’s values are zero-based frequently confuses scripters at first. This method alters the value of the instance of the Date object.

Returned Value

New UTC date in milliseconds.

Parameters

monthInt

Integer between and 11. January is 0, February is 1, and December is 11.

Get Dynamic HTML: The Definitive Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.