afialapis / reactstrap-date-picker

A Reactstrap based, zero dependencies, date picker
MIT License
12 stars 6 forks source link

Date picker displays incorrect date (one day ahead) #11

Closed crstead closed 3 years ago

crstead commented 4 years ago

I'm noticing this with both the demo date pickers on the website, as well as when implementing this myself. When I select a date, it consistently selects the following day. For example, if I choose July 3rd, it will display July 4th. Can anyone else reproduce this? Using a standard Input field with type set to "select" does not cause this issue.