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'm seeing similar but instead of the next day, it is the day before:
I choose Oct 9th and it records it correctly back to my other component that calls it but it displays Oct 8th and Datepicker says the selectedDate is also the 8th, not the 9th like it should be.
Hi all,
I've got a problem with vuejs-datepicker.
I use it like that in my Vue.js app :
When I select a date, for example September 1st :
This is a next day which look selected (September 2) :
When a get the date in my function v-on:selected="selectDay", I get the correct selected date. So the problem is only in the displayer.
Any idea ?
Thanking you,
Jonathan
The text was updated successfully, but these errors were encountered: