Profile

Achievement

first submission:submitting first snipplet

wizard04's Recent SnippetsTagged date



« Prev 1 Next »
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
0 2255 posted 15 years ago by wizard04
Format a date into a string using several string variables. Usage: (new Date("6/6/2011")).format("%W, %B %d%o, %Y"); Result: Monday, June 6th, 2011
0 2344 posted 15 years ago by wizard04
« Prev 1 Next »