This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
3 numbers specify year, month, and day:
const d = new Date(2018, 11, 24); document.getElementById("demo").innerHTML = d;