Issue 2275: Possible bug: Extra week displayed after September
Status:  Done
Owner: ----
Closed:  Sep 2014
Reported by coda.a...@gmail.com, Sep 2, 2014
Hi folks

I see that using v2.1.1 there is an extra week displayed after September - so the first 10 days of October are displayed there.

Sample: can be seen right now on the home page of http://arshaw.com/fullcalendar/ 

And also at: http://jsfiddle.net/dLsnqomc/

Any idea how to remove the superfluous last week (October 5-11)?

Thanks
Sep 5, 2014
Project Member #1 adamrs...@gmail.com
that is because of fixedWeekCount
http://fullcalendar.io/docs/display/fixedWeekCount/

set it to false and you should be good
Status: Done
Sep 6, 2014
#2 kneid...@gmail.com
amazing, thanks!