ISO 8601 date conversion


/ Published in: JavaScript
Save to your folder(s)

This requires my [date formatting script](http://snipplr.com/view/54806/javascript-date-formatting/).

(date).toISO() converts the Date object to an ISO 8601 string

Date.fromISO() converts an ISO 8601 string to a Date object

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.