12 lines
283 B
Plaintext
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).
|