xgfe / react-native-datepicker

react native datePicker component for both Android and IOS, useing DatePikcerAndroid, TimePickerAndroid and DatePickerIOS
MIT License
2.12k stars 725 forks source link

Is it possible to hide days from the picker? #408

Open dinotrnka opened 4 years ago

dinotrnka commented 4 years ago

Is it possible to show only month and year inside the scrollable picker control, instead of showing month, day and year?

dinotrnka commented 4 years ago

Does anyone knows the answer? Thank you.

serdarde commented 4 years ago

use format property: format="YYYY-MM" format="YYYY/MM"

Use stackoverflow, for such things you will get quickly answers.

dinotrnka commented 4 years ago

Thanks for trying to help, but unfortunately that does not solve the problem.

I am referring to showing only month and year inside the control, where the spinner is, and I think this library is unable to achieve that.