This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
The
method can convert a date to a number:let x = new Date("2017-09-30"); document.getElementById("demo").innerHTML = Number(x);
The
method above returns the number of milliseconds since 1.1.1970.