This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.
Smartphone icons created by Freepik - Flaticon
The setFullYear() method sets the year of a date object:
Mon May 25 2020 00:04:15 GMT+0000 (Coordinated Universal Time)
const d = new Date(); d.setFullYear(2020); document.getElementById("demo").innerHTML = d;