From b2f6affee1546613ba490d609f3d3cadcb96049a Mon Sep 17 00:00:00 2001 From: Naomi Date: Tue, 1 Feb 2011 18:57:59 -0500 Subject: [PATCH] needed to add month option for month view 24 hour time. --- public/js/airtime/schedule/add-show.js | 3 ++- public/js/airtime/schedule/schedule.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/js/airtime/schedule/add-show.js b/public/js/airtime/schedule/add-show.js index 1ee741392..b80eecb9f 100644 --- a/public/js/airtime/schedule/add-show.js +++ b/public/js/airtime/schedule/add-show.js @@ -122,7 +122,8 @@ $(document).ready(function() { allDaySlot: false, axisFormat: 'H:mm', timeFormat: { - agenda: 'H:mm{ - H:mm}' + agenda: 'H:mm{ - H:mm}', + month: 'H:mm{ - H:mm}' }, events: getFullCalendarEvents, diff --git a/public/js/airtime/schedule/schedule.js b/public/js/airtime/schedule/schedule.js index 390848dba..cc26e1647 100644 --- a/public/js/airtime/schedule/schedule.js +++ b/public/js/airtime/schedule/schedule.js @@ -203,7 +203,8 @@ $(document).ready(function() { allDaySlot: false, axisFormat: 'H:mm', timeFormat: { - agenda: 'H:mm{ - H:mm}' + agenda: 'H:mm{ - H:mm}', + month: 'H:mm{ - H:mm}' }, events: getFullCalendarEvents,