Set the day of the month, according to UTC:
The result of d will be:
The setUTCDate() method sets the day of the month, according to the UTC time.
Tip: The Universal Coordinated Time (UTC) is the time set by the World Time Standard.
Note: UTC time is the same as GMT time.
![]()
The setUTCDate() method is supported in all major browsers.
| Parameter | Description |
|---|---|
| day | Required. An integer representing the day of a month.
Expected values are 1-31, but other values are allowed:
If the month has 31 days:
If the month has 30 days:
|
| Type | Description |
|---|---|
| Number | Milliseconds between the date object and midnight January 1 1970 |
| JavaScript Version: | 1.3 |
|---|
Set the day of the month to be the last day of the previous month:
The result of d will be:
Set the day of the month, to a specified date:
The result of d will be:
JavaScript Date Object
Your message has been sent to W3Schools.