mathieustan / vue-datepicker

A clean datepicker made with VueJs
https://vue-datepicker.netlify.com/
MIT License
165 stars 47 forks source link

Fix for 'isAllowed' test in VDPickerYears.spec.js #98

Open elyse0 opened 3 years ago

elyse0 commented 3 years ago

The isBeforeDate(date, beforeDate, type) was failing to convert a simple number into a year, causing 2019 to be an invalid year between 2018 and 2020.

https://github.com/mathieustan/vue-datepicker/blob/62211caacb13943b548dfc4649a42fa0005b8526/tests/unit/components/VDPicker/VDPickerYears.spec.js#L185

Fixes #85

georgelazar commented 2 years ago

So it looks like if you change your time zone to a negative one like US year 2021 is disabled.