Skip to content

Commit

Permalink
Make calendar first day Monday, not Sunday
Browse files Browse the repository at this point in the history
  • Loading branch information
FreneticScribbler committed Oct 10, 2023
1 parent 44c92fc commit 1a32ef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RIGS/templates/calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
var calendarEl = document.getElementById('calendar');

calendar = new FullCalendar.Calendar(calendarEl, {
firstDay: 1,
themeSystem: 'bootstrap',
aspectRatio: 1.5,
eventTimeFormat: {
Expand Down

0 comments on commit 1a32ef4

Please sign in to comment.