fullcalendar/utilities/parseISO8601.txt
2010-01-17 20:20:01 -08:00

12 lines
283 B
Plaintext

parseISO8601
============
Parses an ISO8601 string into a Date object.
<div class='spec' markdown='1'>
$.fullCalendar.parseISO8601( *string* [, *ignoreTimezone* ] ) -> Date
</div>
More information about the ISO8601 format can be found [here](http://www.w3.org/TR/NOTE-datetime).