I'm using Fullcalendar as my calendar on my website. It all works great and it's really easy in use. But I stumbled upon one "problem", as you can see in the picture below, there are two buttons(red arrows) these are for jumping a week forward or backwards.
Now my question, is it possible with fullcalendar to add 2 buttons that will jump one month instead of a week(so there are 4 buttons in total, 2 for weeks, 2 for months)?
I have tried to add 2 buttons and onClick make the calendar jump to curDate+one month, but that didn't work very good.