Return the minutes, according to universal time:
The result of n will be:
The getUTCMinutes() method returns the minutes (from 0 to 59) of the specified date and time, according to universal time.
The UTC methods calculate their date assuming that the date object is of local time and date.
Tip: The Universal Coordinated Time (UTC) is the time set by the World Time Standard.
Note: UTC time is the same as GMT time.
![]()
The getUTCMinutes() method is supported in all major browsers.
| Type | Description |
|---|---|
| Number | A Number, from 0-59, representing the minutes |
| JavaScript Version: | 1.3 |
|---|
Return the UTC minutes from a specific date and time:
The result of n will be:
Display the UTC time
How to use getUTCHours(), getUTCMinutes(), and getUTCSeconds() to display the universal time.
JavaScript Date Object
Your message has been sent to W3Schools.