react-native-date-picker icon indicating copy to clipboard operation
react-native-date-picker copied to clipboard

show only month and year ?

Open NguyenPhatBG opened this issue 7 years ago • 2 comments

How can i show only month and year ?

NguyenPhatBG avatar Sep 25 '18 10:09 NguyenPhatBG

Hi! This is unfortunately not possible due to the limitation in DatePickerIOS. This would probably never be implemented since it is out of scope of this module, the goal is to achieve a cross platform version of DatePickerIOS. You should be able to solve your problem by creating your own picker wheels with for instance https://github.com/TronNatthakorn/react-native-wheel-pick.

henninghall avatar Sep 25 '18 19:09 henninghall

@henninghall Hi! Thank you for this library! Is there any way to implement it now? IOS has added it in 17.4+, more info here I've also found the solution to support versions below 17.4 in StackOverFlow. Do you think it would work?

iliapnmrv avatar Mar 23 '25 18:03 iliapnmrv