Skip to content

Instantly share code, notes, and snippets.

@retrofox
Created November 2, 2011 01:48
Show Gist options
  • Save retrofox/1332630 to your computer and use it in GitHub Desktop.
Save retrofox/1332630 to your computer and use it in GitHub Desktop.
new Date("2011-11-02T02:00:00.000Z")
Tue Nov 01 2011 19:00:00 GMT-0700 (PDT)
$.fullCalendar.parseISO8601("2011-11-02T02:00:00.000Z")
Wed Nov 02 2011 02:00:00 GMT-0700 (PDT)
$.fullCalendar.parseISO8601("2011-11-02T02:00:00.000Z",true)
Wed Nov 02 2011 02:00:00 GMT-0700 (PDT)
$.fullCalendar.parseISO8601("2011-11-02T02:00:00.000Z",false)
Wed Nov 02 2011 02:00:00 GMT-0700 (PDT)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment