Vuepic / vue-datepicker

Datepicker component for Vue 3
https://vue3datepicker.com
MIT License
1.52k stars 152 forks source link

Default year in solo range calendar is broken (shows 0 instead of current year) #702

Closed vad1ym closed 10 months ago

vad1ym commented 11 months ago

Default year in solo range calendar is broken. We can also see it in documentation

image
Jasenkoo commented 10 months ago

As reported in #681, however, it looks like the issue is still valid

mofman commented 10 months ago

Yes this is semi fixed in 7.4.1 however after the user initially picks 2 dates, closes the date picker and then go back in it, it shows the second as 'January 0'

aminebenaddi-centris commented 10 months ago

As reported in #681, however, it looks like the issue is still valid @Jasenkoo I have the same issue. I just wanna know when the next version will be released ? Thank you!