This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size. Tap Here!Smartphone icons created by Freepik - Flaticon
Convert a date to a string:
const d = new Date(); document.getElementById("demo").innerHTML = d.toString();