我正在尝试将日历行中的时间格式设置为下午 1 点 - 下午 2 点、下午 2 点 - 下午 3 点、下午 3 点 - 下午 4 点等。
我尝试了以下方法:
agenda: 'h:mm{ - h:mm}',
axisFormat: 'h:mm{ - h:mm}',
day: 'h:mm{ - h:mm}',
axisFormat: 'h(:mm)tt',
timeFormat: {
agenda: 'h:mm{ - h:mm}'
},
但以上任何一项,无论是单独还是组合,似乎都对我有用。
我初始化我的日历如下:
$('#calendar').fullCalendar({
defaultView: 'agendaDay',
allDaySlot: false,
firstHour: 9,
minTime: 9,
maxTime: 19,
selectable: true,
unselectAuto: true,
slotMinutes: 60,
weekends: false,
year: current_year,
month: current_month,
date: current_day,
columnFormat: '',