【发布时间】:2017-12-21 12:08:45
【问题描述】:
现在默认日期是 2017-12-12...
$(document).ready(function() {
$('#calendar').fullCalendar({
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay,listWeek'
},
defaultDate: '2017-12-12',
navLinks: true, // can click day/week names to navigate views
businessHours: true, // display business hours
editable: true,
eventLimit: true, // allow "more" link when too many events
【问题讨论】:
标签: jquery