Kanwarjeet Singh
Kanwarjeet Singh

Reputation: 745

react native date time picker modal, only show month and year

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

Answers (1)

Vinujan.S
Vinujan.S

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

Related Questions