changed full calendar to display 24 hour time since shows are added in 24 hour time.
This commit is contained in:
parent
be6722af9f
commit
d0102fa922
1 changed files with 5 additions and 1 deletions
|
@ -201,6 +201,10 @@ $(document).ready(function() {
|
||||||
defaultView: 'agendaDay',
|
defaultView: 'agendaDay',
|
||||||
editable: false,
|
editable: false,
|
||||||
allDaySlot: false,
|
allDaySlot: 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