You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I ran into the same problem in v9 of the library. Adding the UTC flag shifted the whole day one day backwards. Ended up just working with the returned JS Date object and converting that to a Luxon DateTime first, then outputting in the formats we needed.
The bug
vuedatepcker version: 10.0.0([email protected]([email protected]))
Action
When selecting a day of a month from date picker, with the following settings (with utc parameter) :
Result
For exemple when selected from the calendar of VueDatePicker the 6th of November 2024,
The the value passed to
handleDate
isWe use version 10.0 of the library.
The text was updated successfully, but these errors were encountered: