Skip to content

Commit 064cdbf

Browse files
authored
Date-fns localizer - display weekDayFormat correctly (#2568)
Changed the weekdayFormat to be consistent with the dayjs localizer.
1 parent d454341 commit 064cdbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/localizers/date-fns.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let weekRangeFormat = ({ start, end }, culture, local) =>
2323
export let formats = {
2424
dateFormat: 'dd',
2525
dayFormat: 'dd eee',
26-
weekdayFormat: 'cccc',
26+
weekdayFormat: 'ccc',
2727

2828
selectRangeFormat: timeRangeFormat,
2929
eventTimeRangeFormat: timeRangeFormat,

0 commit comments

Comments
 (0)