needed to add month option for month view 24 hour time.
This commit is contained in:
parent
1795547e70
commit
b2f6affee1
2 changed files with 4 additions and 2 deletions
|
@ -122,7 +122,8 @@ $(document).ready(function() {
|
|||
allDaySlot: false,
|
||||
axisFormat: 'H:mm',
|
||||
timeFormat: {
|
||||
agenda: 'H:mm{ - H:mm}'
|
||||
agenda: 'H:mm{ - H:mm}',
|
||||
month: 'H:mm{ - H:mm}'
|
||||
},
|
||||
|
||||
events: getFullCalendarEvents,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue