Good evening everyone, I'm wondering if there is a way to get the month and current year of FullCalendar
, when we click on go back or forward.
I could not figure out which event fires when you click the forward and reverse dates buttons.
The idea is to have these dates to do the search in a database and bring the events of the month that is being exposed in the Fullcalendar
screen, for example October 2017.
Would there be another way to pass this data to the search in the database? I'm using an array with json for setFullCalendarEvents = function(){}