1
如何從eventDrop獲取特定位置的完整日期?在fullcalender eventDrop中獲取完整日期
Fulldate例子:
當前位置: 2013年12月20日
拖動後的位置: 2013年12月11日
我想在「2013-12拖動後的位置-11'形式。可能嗎 ?
這裏是我的代碼:
// ----- This Paramenter is Used for Draging Events ------ //
eventDrop : function(event, delta) {
alert(delta);
// -- Right now its just providing days in '+' or '-'
// -- I want fulldate where it was dragged to: e.g 2013-12-11
}
眼下在 '+' 或者它只是提供天 ' - '。
我想fulldate它被拖到:如2013年12月11日
基本上我需要拖動它的日期,而不是拖動的日期 –
對不起,我錯過了你的要求。我已經更新了我的答案。 – bmode
@CodeHunter我已更新我的答案,以更好地解決您的問題。如果有幫助,請您接受我的更新答案。謝謝! – bmode