react-native-ui-datepicker
react-native-ui-datepicker copied to clipboard
gives one day before value in text and distorted preselect ui colour
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