I'm thinking about Fullcalendar on my site. When I download and run demo with a JSON file I see:
{
"title": "Long Event",
"start": "2015-02-07",
"end": "2015-02-10"
},
Then on calendar it shows like 2 days!
On fullcalendar.io they wrote about end
param:
For example, if the last full day of an event is Thursday, the exclusive end of the event will be 00:00:00 on Friday!
Even on fullcalendar.io website that doesn't work!
Any idea how to solve this?
JS Bin example : jsbin.com