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