0
我有這樣的功能:如何在fullcalendar中更改日期格式?
CODE JS:
select: function(start, end, allDay)
{
addEditEvent("select",event,start,end);
},
function addEditEvent(state,event,start,end)
{
if(state=="select")
{
console.log(start._d); //here display in this format Fri Feb 19 2016 04:00:00 GMT+0200 (EET)
}
}
我想在
YYYY-MM-DD
改造這個格式怎樣才能把這個時間呢? 你能幫我解決這個問題嗎?
在此先感謝!
的可能的複製[FullCalendar,我該如何更改日期格式?](http://stackoverflow.com/questions/9491450/fullcalendar-how-do- i-change-date-format) –
http://stackoverflow.com/questions/18551331/fullcalendar-date-format –