react-native-ui-datepicker icon indicating copy to clipboard operation
react-native-ui-datepicker copied to clipboard

gives one day before value in text and distorted preselect ui colour

Open Aakash007-ai opened this issue 1 year ago • 3 comments

Hi you can check this bug by running example too. It is some kind of weired , if you select any date it got selected correct but in state value , it is one day before and if you try to convert that state to string date format. (to Mon , 2 ,2024, february), it gives you correct selected data but it will be 01-02-2024T so it gives correct date when you select , but actual state value we got is one day before, it is apllicable for range too , please correct this.

also if we call that DatePicker with preselectd date range it gives a broken range's color in between the strip

Aakash007-ai avatar Sep 12 '24 05:09 Aakash007-ai