Issue 2289: Month view incorrectly shows the time slot
Status:  Done
Owner: ----
Closed:  Oct 2014
Reported by jimmy.jh...@gmail.com, Sep 19, 2014
Issue: While we have 2 time slot, let's say:
 1) Start: 2014-09-05 15:00, End: 2014-09-08 08:59
 2) Start: 2014-09-08 09:00, End: 2014-09-08 09:59
On the month view, the first time slot will shows only up to 2014-09-07 (which should be up to 2014-09-08).

The following jsFiddles use the simplified code from what we have, and using versions 2.1.1 of FullCalendar : http://jsfiddle.net/wr57461v/2/ .

FYI, the time slot will shows correctly on the week view.

Thanks! :)
screenshot1.PNG
21.7 KB   View   Download
Oct 30, 2014
Project Member #1 adamrs...@gmail.com
this is because of nextDayThreshold
http://fullcalendar.io/docs/event_rendering/nextDayThreshold/

if you set it to 00:00, it should fix your problem
Status: Done
Dec 5, 2014
#2 jimmy.jh...@gmail.com
Thanks Adam! :)