Issue 2153: Long event Date
Status:  Done
Owner: ----
Closed:  Jun 2014
Reported by vic...@tihai.ca, May 18, 2014
In this example fullcalendar/demos/basic-views.html which is included in the package there is a bug. (The same issue I have on my installation.)

The long event end date is displaying wrong. The event date is 2014-01-10 but on calendar the event ends on 2014-01-09. 

Take a look at the attached image.
Screenshot 2014-05-18 10.19.13.png
123 KB   View   Download
May 31, 2014
#1 Lav...@gmail.com
This is likely a bug related to the new nextDayThreshold option. Since there's no time set on that event, it probably assumes the time is midnight, so it isn't before the default threshold of 9am. Solution would probably be to set the threshold to "00:00:00".
Jun 3, 2014
Project Member #2 adamrs...@gmail.com
it's because in 2.0, for all-day events, the end date is now an exclusive value.

http://arshaw.com/fullcalendar/wiki/Upgrading-to-2/
(Options that now use Moments ::: Event Object)

Just add a day to the date to get the behavior you want.
Status: Done