icehaunter / vue3-datepicker

Simple datepicker component for Vue 3
https://icehaunter.github.io/vue3-datepicker/
MIT License
151 stars 151 forks source link

Initial month in Datepicker #106

Closed andreyts closed 1 year ago

andreyts commented 1 year ago

The current month/date is shown in Datepicker by default. Sometime we have to display other date/month therefore I would suggest to add additional parameter (initDate) to handle this case. For ex, the current month is January but the first allowed date in Datepicker is on April only therefore user should scroll month to April to select date. This parameter allows to define initial month in Datepicker.