disabledWeekDays: [0]

Hi guys, how can I dynamically disable certain days of the week on the datepicker? I see that there are many posts left without any detailed explanation on this topic. Do I need to work with JavaScript (disabledWeekDays: [0])? Is there a way to do it through the interface? Help me out. Thanks!

Hi Alessandro, maybe you can give a bit more details on what kind of dates you are trying to disable?

You can easily disable weekends with a simple setting

Or you can disable specific dates from a database table/query

Screenshot 2024-09-20 at 11.30.28 AM