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-plugin 有问题。如何使用简码设置 firstHour 和/或 minTime?我只想显示从 7 到 17 的小时数或第一个小时 7。我该怎么做?
干杯,萨米
不确定短代码是什么意思,但这是设置 min 和 maxTime 的方法(如果您只想设置第一个小时,请删除 min 和 max 并插入 firstHour):
$('#calendar').fullCalendar({ events: eventsArrayOrJSONCall, ... minTime: 7, maxTime: 17 });