getHours¶
Returns the hour for the specified date, according to local time.
1 |
|
Returns¶
An integer representing the hour (0-23).
See Also¶
- https://developer.mozilla.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getHours
Returns the hour for the specified date, according to local time.
1 |
|
An integer representing the hour (0-23).