Fullcalendar Not Loading From Json Except In Chrome
I am using FullCalendar to make a theater-rehearsal schedule, and decided JSON was the best way to pull events from my MySQL database. In the JavaScript for the calendar page, I'm
Solution 1:
Ah, I found it, the EST in the dates was breaking everything. FullCalendar's documentation said that would be fine, but I guess it was wrong. (Originally posted this as a comment on 2012/01/26)
Post a Comment for "Fullcalendar Not Loading From Json Except In Chrome"