I’ve got fullcalendar set to query a db and return json with just a title, and start date, and this renders just fine in Chrome. However, under IE8,9, and FF11,12, I dont see any events.
I even tried to dummy up the data and manually import it to make sure it wasnt my php.
ec2-23-20-230-58.compute-1.amazonaws.com/default.html
^^^^ This page uses a file with the json data in it to render the calendar. The file can be found here:
ec2-23-20-230-58.compute-1.amazonaws.com/json.data
I’ve opened up firebug and can confirm that the json is getting returned from a GET request on my real page, so I’m fairly certain its a rendering issue. I havent seen any open bugs related to rendering on any of the above browsers though.
Any ideas?
I got a hint from this question which was similar:
FullCalendar not loading from JSON except in Chrome
My original json-events.php was returning dates in the format “JAN-01-12”. Once I modified the return date format, events started showing up in FF and IE. Win.
Here’s the relevant code: