全年查看日历?

时间:2013-04-22 05:24:44

标签: jquery html calendar fullcalendar

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

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

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

full year calendar

2 个答案:

答案 0 :(得分:2)

有一个fork实现FullCalendar的年度视图:

https://github.com/tpruvot/fullcalendar/releases

答案 1 :(得分:0)