我正在尝试将时间格式更改为全日历的 24 小时手表。
我试图在这里找到它,但无法弄清楚。
这里的代码片段:
jQuery('#calendar').fullCalendar({
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
editable: false,
weekends: true,
timeFormat: 'H:mmtt{-H:mmtt }',
请看一下并帮助我。谢谢...