This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
Return the milliseconds of a date as a number (0-999):
const d = new Date(); document.getElementById("demo").innerHTML = d.getMilliseconds();