I am using a kendo datepicker where I want to disable all the wednesdays. The hacky way of doing this is to create an array of all wednesdays and then pass that list to Kendo.
There has to be a better way, either natively via kendo or a javascript function that generates all wednesdays for the current year and returns a list of the dates.
I am struggling with both approaches. Will appreciate any pointers in this. TIA