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()

Wed Mar 25 2015 00:00:00 GMT+0000 (Coordinated Universal Time)

const d = new Date("Mar 25 2015");
document.getElementById("demo").innerHTML = d;