henninghall / react-native-date-picker

React Native Date Picker is datetime picker for Android and iOS. It includes date, time and datetime picker modes. The datepicker is customizable and is supporting different languages. It's written with native code to achieve the best possible look, feel and performance.
MIT License
2.21k stars 338 forks source link

Show full day only #753

Closed venux92 closed 8 months ago

venux92 commented 8 months ago

Describe the bug This is not a bug.

I'm just wondering is this is possible to display only the day as below

Screenshot 2024-01-10 at 11 11 41 pm

When I set to mode: date I need to select the day/month/year separately.

Thanks

henninghall commented 8 months ago

Not possible with this lib

venux92 commented 8 months ago

@henninghall thank you for the quick reply.