Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use LLL instead of MMM to format month in luxon localizer #2600

Closed
wants to merge 1 commit into from
Closed

fix: use LLL instead of MMM to format month in luxon localizer #2600

wants to merge 1 commit into from

Conversation

rinick
Copy link

@rinick rinick commented May 11, 2024

Month should be formatted with LLL in Luxon instead of MMM
MMM might work with some of the languages, but not all language

fix #2599

@cutterbl
Copy link
Collaborator

This is why we have the format props, to allow a developer to override the defaults. Our 'next' version of Big Calendar will use the Intl.DateTimeFormat for formatters, which should be much more accurate.

@cutterbl cutterbl closed this May 13, 2024
@cutterbl
Copy link
Collaborator

@rinick You were right, and I apologize for being so hasty. Please resubmit your branch with updated code from master and I will more thoroughly review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Luxon localizer should use LLL to format month instead of MMM
2 participants