| Issue 835: | event.start date format changes in different browsers | |
| 1 person starred this issue and may be notified of changes. | Back to list |
In Full Calendar, I populate a ui.dialog form on event click, allowing the user to edit the event details. The form I use, splits the start date into separate date and time components for various ui related reasons. Thus I need to do a little date parsing. In firefox, chrome and safai, the date format returned by event.start is as follows: "Tue Feb 15 2011 14:00:00 GMT+1100 (EST)" In IE8 However (have not tested other ie versions) the date format returned by event.start looks like this: "Tue Feb 15 14:00:00 UTC+1100 2011" This obviously causes issues with date parsing in my code. ps. What functions in FullCalendar handles the parsing of JSON dates ?
Feb 17, 2011
Project Member
#1
althaus.it
Mar 24, 2011
id definitely use the ISO8601 format instead http://arshaw.com/fullcalendar/docs/event_data/Event_Object/
Status:
Done
|
|
| ► Sign in to add a comment |