-
-
Notifications
You must be signed in to change notification settings - Fork 423
Include the day of the week in "date" mode #75
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
Comments
I've also run into this issue and would love if you guys could add such functionality! |
hello, based on https://developer.apple.com/documentation/uikit/uidatepicker/mode, I do not believe this is possible via the Alternatively, what might help is this: https://developer.apple.com/documentation/uikit/uidatepickerstyle which will be implemented in #211 - that's the best we can do |
Awesome! I didn't nec want it through the mode prop but I am glad there's something in the works! |
🎉 This issue has been resolved in version 2.6.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Thanks for maintaining this repo!
What I'd like is to include the day of the week (e.g., Mon/, Tues.) in "date" mode for iOS. I understand that for iOS it's possible to get the day of the week in "datetime" mode - what I'm looking for is just the day of the week and the date. Android doesn't have the same issue because it shows the entire calendar with day of the week abbreviations at the top.
For example, it would make it easier for the user to understand the date they're choosing based on whether it's a weekday or weekend day.
I searched for and couldn't find a way to override the labels. If helpful I'd be happy to contribute a PR if maintainers have a good idea on the best implementation.
Thanks again!
The text was updated successfully, but these errors were encountered: