3
I’d like to know how to get the value of data
by 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’ve been doing it but it doesn’t work
worked perfectly, thank you!
– Expedito
@Great speed! If you want you can mark the answer as accepted.
– Sergio