[Solved] Show only one month name in FullCalendar when WeekView wraps two different months
This isn’t directly supported unfortunately, but there is still a better way than modifying the FC source (that get’s messy with patches and stuff). There are several render hooks available that we can use to fix the formatting after the fact. viewRender doesn’t work because it’s called before the title changes. So we can use … Read more