24 hour time
This commit is contained in:
parent
d0102fa922
commit
1795547e70
1 changed files with 4 additions and 1 deletions
|
@ -120,7 +120,10 @@ $(document).ready(function() {
|
||||||
defaultView: 'agendaDay',
|
defaultView: 'agendaDay',
|
||||||
editable: false,
|
editable: false,
|
||||||
allDaySlot: false,
|
allDaySlot: false,
|
||||||
lazyFetching: false,
|
axisFormat: 'H:mm',
|
||||||
|
timeFormat: {
|
||||||
|
agenda: 'H:mm{ - H:mm}'
|
||||||
|
},
|
||||||
|
|
||||||
events: getFullCalendarEvents,
|
events: getFullCalendarEvents,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue