Date.getUTCMinutes()
Returns the minutes, according to universal time (from 0-59)
The getUTCMinutes() method returns the minutes in the specified date according to universal time.
Syntax
Return value
An integer number, between 0 and 59, representing the minutes in the given date according to universal time.
Examples
Using getUTCMinutes()
getUTCMinutes()
The following example assigns the minutes portion of the current time to the variable minutes
.
References
Contributors to this page
Uros Durdevic
Last updated