From d0102fa9229e9d227cf8d576c3a5edbcc068f3be Mon Sep 17 00:00:00 2001 From: Naomi Date: Tue, 1 Feb 2011 18:37:33 -0500 Subject: [PATCH] changed full calendar to display 24 hour time since shows are added in 24 hour time. --- public/js/airtime/schedule/schedule.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/js/airtime/schedule/schedule.js b/public/js/airtime/schedule/schedule.js index de32a389f..390848dba 100644 --- a/public/js/airtime/schedule/schedule.js +++ b/public/js/airtime/schedule/schedule.js @@ -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)