Skip to content

Commit

Permalink
fix: moment format strings -> date-fns format strings (#1568)
Browse files Browse the repository at this point in the history
Co-authored-by: Theodore Kluge <tkluge@fmm.com>
  • Loading branch information
Theodore Kluge and Theodore Kluge committed May 4, 2020
1 parent 09bd6b6 commit eb3005e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/localizers/date-fns.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ export let formats = {
timeGutterFormat: 'p',

monthHeaderFormat: 'MMMM yyyy',
dayHeaderFormat: 'dddd MMM dd',
dayHeaderFormat: 'cccc MMM dd',
dayRangeHeaderFormat: weekRangeFormat,
agendaHeaderFormat: dateRangeFormat,

agendaDateFormat: 'ddd MMM dd',
agendaDateFormat: 'ccc MMM dd',
agendaTimeFormat: 'p',
agendaTimeRangeFormat: timeRangeFormat,
}
Expand Down

0 comments on commit eb3005e

Please sign in to comment.