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