dayjs
dayjs copied to clipboard
fix localized format for `el` locale
Describe the bug
Localized formats for el
locale are not correct due to missing month declension.
Take a look at moment implementation
Expected behavior
For March 11 2024
it should translate to
- 11 Μαρτίου 2024 and not to
- 11 Μάρτιος 2024
when a month is prefixed by a day (
LL
,LLL
,LLLL
)
Information
- Day.js Version [e.g. v1.11.10]