Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple FullCalendar doesn't render events in FireFox 3.6.13

Tags:

fullcalendar

http://sptutil.s3.amazonaws.com/js/fullcalendar/bugs/firefox-nodisplay.html

Two events, defined as arrays, with a title, start in ISO8601 date format, and an allDay: false directive. Renders events fine in Chrome, but FF3/4 render the calendar but not the events.

I'm not getting errors in FireBug, and I'm a bit embarrassed that this is going to be something ridiculously simple that I merely overlooked.

like image 598
Jeremy Bowers Avatar asked Jan 05 '11 23:01

Jeremy Bowers


1 Answers

Try

start: "2011-01-23T16:25:00Z"

(Jan is 01, not 1)

like image 137
sfk Avatar answered Nov 04 '22 03:11

sfk