8

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

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

我用过这个,但日期选择器不能用于活动/预订。

全年日历

4

2 回答 2

2

FullCalendar 有一个 fork 实现 yearview:

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

于 2015-06-18T14:30:41.223 回答
0

这是您要查找的日历:

http://www.webappers.com/2010/06/08/wdcalendar-jquery-based-google-calendar-clone/

于 2013-04-22T05:34:36.440 回答