jQuery FullCalendar JSON date issue
- by durilai
I am integrating jQuery plugin FullCalendar, overall it has been really straightforward. I however have ran into a problem with adding events to the calendar. I am using ASP.NET MVC 1.0 and have found and followed this post.
I am returning JSON to the FullCalendar and the events are getting bound, but they all show up as all day events. I am…