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