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.25k stars 346 forks source link

fix: `minimumDate`/`maximumDate` issue in `datetime` mode that might occur when min/max includes hours, minutes or seconds #740

Closed henninghall closed 11 months ago

henninghall commented 11 months ago

Incorrect number of days displayed in some situations in android datetime mode when both minimumDate and maximumDate were set

Fixes https://github.com/henninghall/react-native-date-picker/issues/670