Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

toisodatestring

let isoDate = "2013-03-10T02:00:00Z";

alert(isoDate.split("T")[0]);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #toisodatestring
ADD COMMENT
Topic
Name
6+6 =