$('#task-calendar-new').calendar({
months: theMonths,
days: theDays,
popover_options: {
placement: 'top',
html: true,
trigger: 'manual'
},
req_ajax: {
type: 'GET',
url: "@Url.Action("getFullTaskCalendar", "Task")/" + $('#task-calendar-new').find('div.visualmonthyear').text()
}
});
这会从控制器获取一个json请求,但是当导航到前几个月时,它会正确绑定。但不适用于未来或当前月份
这是使用bic.cat(http://bic.cat)和xero(http://xero.nu)的bootstrap_calendar的库 https://github.com/xero/bootstrap_calendar
答案 0 :(得分:0)
所以问题是.calendar事件没有将单个日期视为有效日期,因此例如01/12/2018必须为1/12/2018。否则,.calendar不会将其读取为日历事件