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,