Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个像 fullcalendar 这样的日历,但我需要一次显示全年的房间/地点预订。我也上传了图片。
$(function() { $("#datepicker").datepicker({ numberOfMonths: 12, showButtonPanel: true }); });
我用过这个,但日期选择器不能用于活动/预订。
FullCalendar 有一个 fork 实现 yearview:
https://github.com/tpruvot/fullcalendar/releases
这是您要查找的日历:
http://www.webappers.com/2010/06/08/wdcalendar-jquery-based-google-calendar-clone/