I am trying to make a jQuery datepicker where the first two days after today are disabled.
What I mean by this is for example, the current date today is the 12th (Monday). When a customer clicks on the calendar the 12th and 13th are both greyed out and unclickable and the first available day is the 14th (Wednesday)
I currently only have a basic calendar with weekends disabled and have not been able to find a way to do this method.
Any help would be appreciated.