Date.getUTCMinutes

getUTCMinutes – Get the minutes, according to universal time (0–59).

Description

Date.getUTCMinutes()

Return values

Integer

Examples

Example #1 – getUTCMinutes example
console.log(new Date().getUTCMinutes()); // Gets the current minute, according to UTC.

External references