My client wants a program which will use a datepicker which will have certain dates unclickable, disabled, or greyed out because they are full or not applicable for her business hours.
Is there a way to, given an array of dates, either alert the user that the option is bot doable or block it out/grey out, so it cant be selected as a date? I would prefer the later option.
I was looking through the Jquery UI fatepicker tool to try to figure this out.