Skip to content

Commit

Permalink
fix: localized dates not showing as expected when using LL etc
Browse files Browse the repository at this point in the history
fix #1334
  • Loading branch information
marksie1988 committed Dec 22, 2023
1 parent c9227cd commit 432f0f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,6 @@ export class AtomicCalendarRevive extends LitElement {
weekStart: this._config.firstDayOfWeek!,
formats: {
LT: timeFormat,
LTS: 'HH:mm:ss',
L: 'DD/MM/YYYY',
LL: 'D MMMM YYYY',
LLL: 'MMM D YYYY HH:mm',
LLLL: 'dddd, D MMMM YYYY HH:mm',
},
});

Expand Down

0 comments on commit 432f0f2

Please sign in to comment.