This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.

Smartphone icons created by Freepik - Flaticon

JavaScript Global Methods

The Number() method can convert a date to a number:

let x = new Date("2017-09-30");
document.getElementById("demo").innerHTML = Number(x);

The Number() method above returns the number of milliseconds since 1.1.1970.