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)