18 lines
360 B
Plaintext
18 lines
360 B
Plaintext
|
|
||
|
parseDate
|
||
|
=========
|
||
|
|
||
|
Parses a string into a Date object.
|
||
|
|
||
|
<div class='spec' markdown='1'>
|
||
|
$.fullCalendar.parseDate( *string* ) -> Date
|
||
|
</div>
|
||
|
|
||
|
The string may be in ISO8601 format, IETF format, or a UNIX timestamp
|
||
|
(in either integer or string form).
|
||
|
|
||
|
|
||
|
<div class='version-info' markdown='1'>
|
||
|
IETF format only correctly started working in version 1.3.2.
|
||
|
</div>
|