Date.getUTCMilliseconds

getUTCMilliseconds – Get the milliseconds, according to universal time (0–999).

Description

Date.getUTCMilliseconds()

Return values

Integer

Examples

Example #1 – getUTCMilliseconds example
console.log(new Date().getUTCMilliseconds()); // Gets the current milliseconds, according to UTC.

External references