Is there a way to make dates before a particular date, such as all dates before yesterday unclickable? I know I can use an if condition to check if selected date is before a particular date, but is there a way to change the colour of such dates so that the user explicitly knows they cannot be clicked?
Is there a way to make dates before a particular date, such as all dates before yesterday unclickable? I know I can use an if condition to check if selected date is before a particular date, but is there a way to change the colour of such dates so that the user explicitly knows they cannot be clicked?
Thanks!