xgfe / react-native-datepicker

react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
MIT License
2.12k stars 726 forks source link

MM-DD-YYYY not supporting without chrome debugger #318

Open rekha-emids opened 5 years ago

rekha-emids commented 5 years ago

"MM-DD-YYYY" format not supporting without chrome debugger

<DatePicker format={"MM-DD-YYYY"} />

Getting invalid date for this format

chris24elias commented 4 years ago

I switched to using this library, https://github.com/mmazzarolo/react-native-modal-datetime-picker I was having the same problem but this library solved it for me

AsABarranco commented 2 years ago

+1