react-native-datepicker
react-native-datepicker copied to clipboard
MM-DD-YYYY not supporting without chrome debugger
"MM-DD-YYYY" format not supporting without chrome debugger
<DatePicker format={"MM-DD-YYYY"} />
Getting invalid date for this format
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
+1