Skip to content

Commit

Permalink
Custom date format for month view
Browse files Browse the repository at this point in the history
  • Loading branch information
GAsplund committed Nov 4, 2023
1 parent 600ba62 commit e438722
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 e438722

Please sign in to comment.