icehaunter / vue3-datepicker

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

Turn off certain days #94

Closed Goryyn closed 2 years ago

Goryyn commented 2 years ago

Hello, thanks for your work. Tell me how I can turn off certain days of the week.

icehaunter commented 2 years ago

https://icehaunter.github.io/vue3-datepicker/config.html#disableddates

Pass a function that returns true if the date is a certain day of the week