Return the milliseconds, according to UTC:
The result of n could be:
The getUTCMilliseconds() method returns the milliseconds (from 0 to 999) of the specified date and time, according to universal time.
The UTC methods calculate their date assuming that the date object is of local time and date.
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 getUTCMilliseconds() method is supported in all major browsers.
| Type | Description |
|---|---|
| Number | A Number, from 0-999, representing milliseconds |
| JavaScript Version: | 1.3 |
|---|
Return the UTC milliseconds from a specific date and time:
The result of n will be:
Display the UTC time (with milliseconds)
How to use getHours(), getMinutes(), getSeconds(), and getMilliseconds() to display the time.
JavaScript Date Object
Your message has been sent to W3Schools.