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.


You can use setSensitive method. For example:


cal.setSensitive(cal.date, null);

Hii,

How to disable past dates. So that we could stop create events in the past.
We want to create events only on current dates and future dates.

Please reply me

Regards,
Ashu

You may try to use the setSensitive() method:
docs.dhtmlx.com/api__dhtmlxcalen … range.html