From 1a32ef424bf841af55a0b065843b1e812d48324f Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Tue, 10 Oct 2023 20:16:39 +0100 Subject: [PATCH] Make calendar first day Monday, not Sunday --- RIGS/templates/calendar.html | 1 + 1 file changed, 1 insertion(+) diff --git a/RIGS/templates/calendar.html b/RIGS/templates/calendar.html index 7bf854cf..e0a8116f 100644 --- a/RIGS/templates/calendar.html +++ b/RIGS/templates/calendar.html @@ -26,6 +26,7 @@ var calendarEl = document.getElementById('calendar'); calendar = new FullCalendar.Calendar(calendarEl, { + firstDay: 1, themeSystem: 'bootstrap', aspectRatio: 1.5, eventTimeFormat: {