react-native-datepicker
react-native-datepicker copied to clipboard
Time Format 12:00 HOURS
Hi! How can i Change the time format from 24 to 12. Thanks
format={'h:mm: a'}
You should use format like that, format={'HH:mm'}
Similar https://github.com/xgfe/react-native-datepicker/issues/274
Doesn't work on iOS
This doesn't work for android either. Tried both format={'h:mm: a'} & format={'HH:mm'}, neither of them changed my time format which I want to be 12hr like instead of "22:00" it shows "10:00 PM"
still looking for a solution