0
如何更改jquery日曆的標題/標題。我使用的代碼是:如何在JQuery中僅顯示月份完整日曆標題/標題
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
我只想在頭部顯示月份而不是「日月份,年份」格式。 注:我使用的全壓光機:
$('#calendar').fullCalendar({});
請幫助
這jQuery的日曆,你在說什麼?它是jQuery-UI http://jqueryui.com/datepicker/? – Tsar
我認爲它是[Fullcalendar](http://arshaw.com/fullcalendar/) –
$('#calendar')。fullCalendar({}); –