Skip to content

Commit

Permalink
Merge pull request #88 from cthit/fix/month-dates
Browse files Browse the repository at this point in the history
  • Loading branch information
GAsplund authored Nov 5, 2023
2 parents 600ba62 + e438722 commit b6a205c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/use-cases/home/views/calendar.view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const Calendar = ({ getEvents, eventClick, onSelect, onEventDrop, ref }) => {
hour12: false,
}}
dayHeaderFormat={"ddd DD/MM"}
views={{dayGridMonth: {dayHeaderFormat: "ddd"}}}
rerenderDelay={1000}
allDaySlot
weekNumbers
Expand Down

0 comments on commit b6a205c

Please sign in to comment.