Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Date.now beautiful human readable

var date = new Date();
console.log(date.toLocaleDateString());
console.log(date.toDateString());
console.log(date.toGMTString());
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #beautiful #human #readable
ADD COMMENT
Topic
Name
7+3 =