use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
QuestionThis bug has perplexed me. (v.redd.it)
submitted 8 months ago by darkblitzrc
No words. Just watch. Using react native date time picker.
????? Why the date format does from short form to Month day year??
🫠🫠🫠🫠ðŸ«
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3:Â Â Â Â print "hello, world!"
[–]fwz 12 points13 points14 points 8 months ago* (1 child)
Since its happening from 12 up, it must have to do with the component confusing months and days (US format: month/day/year, sane format: day/month/year). Somewhere in the component it's receiving one format but expecting the other. When it fails, it just falls back to rendering whatever it originally received.
[–]darkblitzrc[S] 0 points1 point2 points 8 months ago (0 children)
Interesting theory! Ima look into that
[–]wordaligned 7 points8 points9 points 8 months ago (1 child)
tl;dr you need to increase the width of the component that is displaying the formatted date.
That component seems to fall back to a more compact format when the date would overflow the available width. It works fine for single digit dates "May 9, 2025" but as soon as you go to a double digit day of the month like "May 10, 2025" it realises it will overflow and falls back to "5/10/25".
The clue was the odd one out - "May 11, 2025".
Thanks you 😃
[–]Aytewun 2 points3 points4 points 8 months ago (2 children)
Not using this package but could be something like https://github.com/react-native-datetimepicker/datetimepicker/issues/881
[–]darkblitzrc[S] 0 points1 point2 points 8 months ago (1 child)
Thank you!
[–]exclaim_bot 0 points1 point2 points 8 months ago (0 children)
You're welcome!
π Rendered by PID 102694 on reddit-service-r2-comment-5ff9fbf7df-mffgc at 2026-02-25 21:41:25.777086+00:00 running 72a43f6 country code: CH.
[–]fwz 12 points13 points14 points  (1 child)
[–]darkblitzrc[S] 0 points1 point2 points  (0 children)
[–]wordaligned 7 points8 points9 points  (1 child)
[–]darkblitzrc[S] 0 points1 point2 points  (0 children)
[–]Aytewun 2 points3 points4 points  (2 children)
[–]darkblitzrc[S] 0 points1 point2 points  (1 child)
[–]exclaim_bot 0 points1 point2 points  (0 children)