davidwaterston


Member since 2012

1 snippets

6478 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

davidwaterston's Recent SnippetsTagged date



« Prev 1 Next »
Javascript which converts a Date object into an ISO 8601 formatted string - 'YYYY-MM-DDTHH:mm:ss.sssZ' - with a fallback for when the function 'toISOString' doesn't exist (e.g. IE 8 or less). Usage: var now = new Date; console.log(now.toISOStrin...
0 4009 posted 13 years ago by davidwaterston
« Prev 1 Next »