Categories | Question details Back To List | ||
dhtmlxCalendar - disable previous date Is it possible to disable the clicking of a date that has passed so that only dates from the current date forward are selectable. Answer posted by Alex (support) on Apr 20, 2009 03:19 You can use setSensitive method. For example: cal.setSensitive(cal.date, null); |