2013-04-22 109 views
7

我需要一个像fullcalendar的日历,但我需要一次显示所有全年的房间/地点预订。我也上传了图片。全年查看日历?

$(function() { 
    $("#datepicker").datepicker({ 
    numberOfMonths: 12, 
    showButtonPanel: true 
    }); 
}); 

我已经使用过这个,但是datepicker不能用于事件/预订。

full year calendar

回答