I would like to know how to get the value of data
when doing the select of a day in fullcalendar
select: function(start, end, allDay) {
start = $.fullCalendar.formatDate(start, 'yyyy-MM-dd');
alert('Valor da data: ' + start);
}
I have done so but it does not work