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,7 +201,11 @@ $(document).ready(function() {
|
|||
defaultView: 'agendaDay',
|
||||
editable: false,
|
||||
allDaySlot: false,
|
||||
|
||||
axisFormat: 'H:mm',
|
||||
timeFormat: {
|
||||
agenda: 'H:mm{ - H:mm}'
|
||||
},
|
||||
|
||||
events: getFullCalendarEvents,
|
||||
|
||||
//callbacks (in full-calendar-functions.js)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue