Datepicker shows previous date #174
Replies: 2 comments 2 replies
-
Hmm, I just tested with the date-picker as provided here: https://django-formset.fly.dev/date-time-input/#date-picker-widget |
Beta Was this translation helpful? Give feedback.
-
Finally I found the reason why this is happening. Assuming your timezone is PST. In JavaScript, if you invoke In version 1.6.1 this will be fixed. I had to refactor quite a bit of the code, so hopefully this didn't break other functionality. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to use the DatePicker. The current date shown in the datepicker is accurate. When I select a date, the date shown in the input box is the date before the date selected. I've also tested the DateTimePicker, and it does the same thing. DateInput, however, shows the correct selected date.
Why is this?
How do I fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions