diff --git a/AKScheduling/templates/admin/AKScheduling/scheduling.html b/AKScheduling/templates/admin/AKScheduling/scheduling.html
index 8a2039bfdba43a964789d2fe8a2b51b6bf93d493..eb8a01a8ff00614c326beb6f16ad332d26ece4b1 100644
--- a/AKScheduling/templates/admin/AKScheduling/scheduling.html
+++ b/AKScheduling/templates/admin/AKScheduling/scheduling.html
@@ -94,12 +94,14 @@
                         buttonText: '{% trans "Day (Horizontal)" %}',
                         slotDuration: '00:15',
                         scrollTime: '08:00',
+                        titleFormat: {weekday: 'long', day: 'numeric', month: 'numeric'},
                     },
                     resourceTimelineDayVert: {
                         type: 'resourceTimeGridDay',
                         buttonText: '{% trans "Day (Vertical)" %}',
                         slotDuration: '00:30',
                         scrollTime: '08:00',
+                        titleFormat: {weekday: 'long', day: 'numeric', month: 'numeric'},
                     },
                     resourceTimelineEventHoriz: {
                         type: 'resourceTimeline',