MichaelCereda/react-native-form-generator

How to use datepicker for only date not time?

rukor opened this issue · 3 comments

rukor commented

Is there a way to do this?

rukor commented

Found out the mode prop

I have the same problem? What means "mode prop"? Thanks...

got it...
<DatePickerField ref='birthday'
mode='date'
minimumDate={new Date('1/1/1900')}
maximumDate={new Date()}
placeholder='Birthday'/>

prop "mode" is not in the documentation, but works