Reputation: 745
I'm using react-native-modal-datetime-picker
. I only want to display month and year and hide dates, is there any way to hide date and only display month and year in react-native-modal-datetime-picker
. If yes, can someone tell me how to do that?
Upvotes: 1
Views: 2717
Reputation: 1299
Seems you can't achieve that using react-native-modal-datetime-picker
May be you could try react-native-month-selector
or other library
Upvotes: 1