-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
Date format is inconsistent (iOS only?) #881
Comments
same issue here |
Same issue as well. I select August 1, 2024 and the display renders "Aug 1, 2024". Select August 8, 2024 and the display renders "8/8/24". I'll play with the width of the control to see if it's just a space saving feature that's undocumented. |
@wheelie33 that's right, a space saving A quick fix for now
|
Same problem here, also the |
This is still an issue. Bump |
Bug Report
Summary
At least on iOS, the date format as displayed on the button when the picker is not open is inconsistent.
Reproducible sample code
Simply clone this repository, install deps via
yarn install && cd example && npx pod-install
, then build and run the app on any iOS target.Steps to reproduce
Describe what you expected to happen:
Environment info
npx react-native info
output:datetimepicker version: 7.6.4
iOS / Android version: 17.4
The text was updated successfully, but these errors were encountered: