theroozbeh / vue2-persian-datepicker

A vue component that provides datepicker for persian developers
MIT License
100 stars 18 forks source link

Set start and end date #6

Closed hatrena closed 6 years ago

hatrena commented 6 years ago

Hi, is there anyway that i can set or defin start and end date? and also disabling year and month change?

sajad-kioumarsi commented 6 years ago

and also prevent selecting past dates

theroozbeh commented 6 years ago

and also prevent selecting past dates

Hi @sajad-kioumarsi. You can pass minimum year to prevent user from selecting pass dates

theroozbeh commented 6 years ago

is there anyway that i can set or defin start and end date?

Hi @hatrena I am planning to add daterange in the next release

also disabling year and month change

Right now it is now possible. I will also add this feature to the next release.

theroozbeh commented 6 years ago

@sajad-kioumarsi The solution I mentioned earlier will actually start datepicker from certain date. I will add disabled dates to picker