Reputation: 41
I have an instance of full calendar running on my asp.net site but it keep showing too many weeks. Such as not it is showing 6 weeks even tho there are only 5 weeks in November
Upvotes: 4
Views: 2001
Reputation: 378
You just have to set fixedWeekCount: false
that should do the trick, it will show the correct amount of weeks by month.
http://fullcalendar.io/docs/display/fixedWeekCount/
Upvotes: 4