This site is mobile accessible. Press the "Tap Here" button to use a smaller font-size.

Smartphone icons created by Freepik - Flaticon

JavaScript ISO Dates

const d = new Date("2015-03"); 
document.getElementById("demo").innerHTML = d;

Time zones will vary the result above between February 28 and March 01.