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 digit years will be interpreted as 19xx:

const d = new Date(9, 11, 24);
document.getElementById("demo").innerHTML = d;