2013-04-22 108 views
7

我需要一個像fullcalendar的日曆,但我需要一次顯示所有全年的房間/地點預訂。我也上傳了圖片。全年查看日曆?

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

我已經使用過這個,但是datepicker不能用於事件/預訂。

full year calendar

回答