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.
我正在尝试修改完整日历的议程周视图最左侧的时间段,将其更改为从早上 7 点到凌晨 1 点。请注意,有一些红色阴影的时间段表示已关闭。我查看了手册以供参考,但有些东西没有加起来。请帮忙。谢谢^_^
使用全日历minTime和maxTime字段。
minTime
maxTime
例子:
$("#calendar").fullCalendar({ .... .... minTime: 7, maxTime: 13 });