-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[pickers] Option for abbreviated or wide for month view #11546
Comments
Please provide a minimal reproduction test case with the latest version. This would help a lot 👷. A live example would be perfect. This codesandbox.io template may be a good starting point. You can find more codesandbox templates in our docs. Thank you! 🙇🏼 |
Hello @fakhamatia, have you tried overriding the <LocalizationProvider
dateAdapter={AdapterDayjs}
dateFormats={{
monthShort: 'MMMM',
}}
> |
Yes, it works perfectly! |
I'm glad to hear that it solves your problem. 🙌 |
Summary 💡
I want to show full month name in month view, not abbreviated.
I'm using
6.16.0
but cant find this option in doc and source.Examples 🌈
No response
Motivation 🔦
No response
Search keywords: abbreviated month
The text was updated successfully, but these errors were encountered: