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

Smartphone icons created by Freepik - Flaticon

JavaScript new Date()

One parameter will be interpreted as new Date(milliseconds).

const d = new Date(2018);
document.getElementById("demo").innerHTML = d;