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