Skip to content

Commit

Permalink
Merge pull request #6669 from nextcloud/backport/6666/stable5.1
Browse files Browse the repository at this point in the history
[stable5.1] fix(freebusy): slot header format not respecting user's locale
  • Loading branch information
st3iny authored Jan 27, 2025
2 parents 9e45de4 + fe6dfe3 commit 12ce93e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fullcalendar/localization/dateFormattingConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const getDateFormattingConfig = () => {
listDayFormat: 'LL, dddd',
listDaySideFormat: false,
},
resourceTimelineDay: defaultConfig,
},
}
}
Expand Down

0 comments on commit 12ce93e

Please sign in to comment.