Date Now Beautiful Human Readable

[Solved] Date Now Beautiful Human Readable | Php - Code Explorer | yomemimo.com
Question : Date.now beautiful human readable

Answered by : michael-james-rojas

var date = new Date();
console.log(date.toLocaleDateString());
console.log(date.toDateString());
console.log(date.toGMTString());

Source : https://stackoverflow.com/questions/47349417/javascript-date-now-to-readable-format#47349508 | Last Update : Mon, 22 Nov 21

Answers related to date now beautiful human readable

Code Explorer Popular Question For Php