fullcalendar/utilities/parseDate.txt

18 lines
360 B
Plaintext
Raw Normal View History

2010-01-16 23:29:18 +01:00
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>