arqex / react-datetime

A lightweight but complete datetime picker react component.
1.99k stars 873 forks source link

first set date 2021-04-01, and set date 2021-05-31, display 2021-05-01 bug #794

Open menghu07 opened 3 years ago

menghu07 commented 3 years ago
  1. select date 2021-04-01
  2. then set date 2021-05-31
  3. the date input shows 2021-05-01
menghu07 commented 3 years ago

new pull request

mmarchett commented 2 years ago

@arqex is there any workaround for this issue? The problem seems to be only with the last days of the month before the current one, the rest are working fine.

@menghu07 I tried installing the fork from your repository locally but it doesn't seem to be working properly either, were you able to fix this somehow?

Thanks to both of you!