1
Good evening to all, I need to know if there is a way to catch the month and the current year of FullCalendar
, when we click on go or go back.
I couldn’t figure out which event fires when I click the forward and backward date buttons.
The idea is to have these dates to do the research in a database and bring the events of the month being exposed on the screen of Fullcalendar
, for example October 2017.
Is there another way to pass this data to the database search? I’m using an array with json for the setFullCalendarEvents = function(){}