eventDragStop: function( event, jsEvent, ui, view ) {
console.log(event.title)
var EventId=event.eventId;
},
当事件被拖到另一个日期时,在完整的日历插件中获取eventDragStop函数中的事件开始日期和结束日期?
答案 0 :(得分:0)
试用此代码
开始日期
$('#calendar').fullCalendar('getView').start._d
结束日期
$('#calendar').fullCalendar('getView').end._d