Date.getMinutes()
Returns the minutes (from 0-59)
Last updated
Returns the minutes (from 0-59)
Last updated
The getMinutes() method returns the minutes in the specified date according to local time.
Return value
An integer number, between 0 and 59, representing the minutes in the given date according to local time.
getMinutes()
The second statement below assigns the value 15 to the variable minutes
, based on the value of the object Xmas95
.
Uros Durdevic