Date.getDate()
Returns the day of the month (from 1-31)
Last updated
Returns the day of the month (from 1-31)
Last updated
The getDate() method returns the day of the month for the specified date according to local time.
Return value
An integer number, between 1 and 31, representing the day of the month for the given date according to local time.
The second statement below assigns the value 25 to the variable day
, based on the value of the object Xmas95
.
Uros Durdevic