Calendar / Datepicker configuration

Is there a way to only enable a range of dates?, say, from today to only 15 days on?

Yes, using disabled parameter, you need to disable dates before today and after today + 15 days

1 Like

Thanks for the rapid response, I will try it out! :slight_smile:

Since I didnt know how to disable calendar since the begining of time or to get the most lower value, and higher value of dates, I used the minDate and maxDate properties, it worked like a charm.

Thanks!