web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
657 stars 170 forks source link

visual glitch with predefined startDate in Date Range #149

Closed Lvdwardt closed 1 year ago

Lvdwardt commented 2 years ago
Screenshot 2022-03-11 at 19 32 09

when i predefine a startDate in the range calendar, i get this visual glitch. It goes away when i choose a new startDate in the calendar.

RichardLindhout commented 2 years ago

I think you don't have the right startDate of the morning of that date in your locale

iM-GeeKy commented 1 year ago

I'm going to close this, but feel free to reopen if this is still an issue. I experienced the same problem and was able to resolve it by using the startOfDay function from date-fns found here. PS - I'm using en locale.