Skip to content

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

Closed
YPCrumble opened this issue Dec 28, 2019 · 5 comments · Fixed by #211 or #246
Closed

Include the day of the week in "date" mode #75

YPCrumble opened this issue Dec 28, 2019 · 5 comments · Fixed by #211 or #246
Labels

Comments

@YPCrumble
Copy link

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!

@sddddgjd
Copy link

sddddgjd commented Aug 4, 2020

I've also run into this issue and would love if you guys could add such functionality!

@vonovak
Copy link
Member

vonovak commented Aug 4, 2020

hello, based on https://developer.apple.com/documentation/uikit/uidatepicker/mode, I do not believe this is possible via the mode prop. You'll probably have to create your own picker for this.

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

@sddddgjd
Copy link

sddddgjd commented Aug 5, 2020

Awesome! I didn't nec want it through the mode prop but I am glad there's something in the works!

@vonovak
Copy link
Member

vonovak commented Aug 11, 2020

🎉 This issue has been resolved in version 2.6.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@vonovak
Copy link
Member

vonovak commented Aug 11, 2020

🎉 This issue has been resolved in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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