datetimepicker
datetimepicker copied to clipboard
Android: Which property need to set show hour:minute picker?
Hello,
I have set the mode=time and default clock style is opened then tap on bottom icon it will show hour and minute picker.
So is there any way or property to directly open hour:minute picker view?
Please find the below attachment screenshot for requirement.
Thanks in advance for support.
<DateTimePicker value={date} mode={'time'} is24Hour={true} onChange={onChange} display={Platform.OS === 'ios' ? 'spinner' : 'default'} />
Please help for resolve this issue.
Hello and thanks for asking, there currently is no way to do it, but I'll accept a PR that allows this.
Thank you 🙂