Date.prototype.getUTCMonth

Returns the month in a date using Universal Coordinated Time (UTC).

0 represents January, 11 represents December.

Syntax

getUTCMonth()

Return value

A number representing the month of a Date, using UTC.