Wednesday 15 January 2014

fullcalendar - fullcalender: Get the selected time in Week View -


In the week view, if I choose a time period, how can I get the selected time on the click of a button. What is a celebration, meeting time or something? I can get selected days by doing something like this:

var start = $ ('# calendar'). FullCalendar ('getView'). Visitor;

However, it is not sure

Thank you.

Thank you.

I think that select callback, dayClick , because you can select multiple dates, get the start date

 : function (startDate, endDate, allDay, jsEvent, view) {// here startDate and endDate will select you date range}    

No comments:

Post a Comment