needed to add month option for month view 24 hour time.

This commit is contained in:
Naomi 2011-02-01 18:57:59 -05:00
parent 1795547e70
commit b2f6affee1
2 changed files with 4 additions and 2 deletions

View file

@ -122,7 +122,8 @@ $(document).ready(function() {
allDaySlot: false, allDaySlot: false,
axisFormat: 'H:mm', axisFormat: 'H:mm',
timeFormat: { timeFormat: {
agenda: 'H:mm{ - H:mm}' agenda: 'H:mm{ - H:mm}',
month: 'H:mm{ - H:mm}'
}, },
events: getFullCalendarEvents, events: getFullCalendarEvents,

View file

@ -203,7 +203,8 @@ $(document).ready(function() {
allDaySlot: false, allDaySlot: false,
axisFormat: 'H:mm', axisFormat: 'H:mm',
timeFormat: { timeFormat: {
agenda: 'H:mm{ - H:mm}' agenda: 'H:mm{ - H:mm}',
month: 'H:mm{ - H:mm}'
}, },
events: getFullCalendarEvents, events: getFullCalendarEvents,