Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jonathan on Apr 17, 2009 07:35
open dhtmlx forum
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);