Display 2 weeks in jQuery FullCalendar
Been looking around for a way to display only the current week and the next week in the month view for FullCalendar . So far it looks like it was suggested as a feature for an upcoming version, but in the meantime, has anyone been able to hack it in? UPDATE Thanks to Doomsday's suggestion, I was able to create a custom view that shows 2 weeks, starting on the current week. You are changing the visible start date to today's date and changing the row count to 2. function TwoWeeksView(element, calendar) { var t = this; // exports t.render = render; // imports BasicView.call(t, element, calendar,