changed full calendar to display 24 hour time since shows are added in 24 hour time.

This commit is contained in:
Naomi 2011-02-01 18:37:33 -05:00
parent be6722af9f
commit d0102fa922

View file

@ -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)