mathieustan / vue-datepicker

A clean datepicker made with VueJs

Home Page:https://vue-datepicker.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to disable some days in a week

kelanik8 opened this issue · comments

Is it possible to disable some days in a week

Hello @kelanik8,

A new prop allowedDates will be available in next release.

Hello @mathieustan
Thanks for this package. The User experience is really Awesome.

I am not sure! also, is it possible to disable past days and disable the days like this format
['mon', 'tue', 'sun']

Hello @mathieustan
Thanks for this package. The User experience is really Awesome.

I am not sure! also, is it possible to disable past days and disable the days like this format
['mon', 'tue', 'sun']

Yes you can. I added an example in page for new prop : allowedDates

Done in v0.2.3

commented

This is broken since 0.2.9 or so, the date is a string and not a date object.

@iKlsR yeah it changes. Date is a string. Check out example in doc.