react-native-datepicker
react-native-datepicker copied to clipboard
Is it possible to hide days from the picker?
Is it possible to show only month and year inside the scrollable picker control, instead of showing month, day and year?
Does anyone knows the answer? Thank you.
use format property: format="YYYY-MM" format="YYYY/MM"
Use stackoverflow, for such things you will get quickly answers.
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.