web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
654 stars 170 forks source link

Automatically changes the format 12h to 24h #183

Closed yusufs35 closed 2 years ago

yusufs35 commented 2 years ago

Using: react-native@0.68.2 react-native-paper-dates@0.8.7

There seems to be a bug with AM. I select AM times, it converts to PM times. Ex. I select 2:15AM and click OK, the params returns the object like that: Object { "hours": 14, "minutes": 15, }

RichardLindhout commented 2 years ago

Will look into this and release a fix!

RichardLindhout commented 2 years ago

Looks like this works now for me with english locale and expo 46 on iOS. I think someone else fixed it because I did not do anything.

Please test with new release!

RichardLindhout commented 2 years ago

Will be released later this evening!