Created
November 2, 2011 01:48
-
-
Save retrofox/1332630 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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