Check documentation for the latest version of dhtmlxSuite clearSensitiveRange DHTMLX Docs

clearSensitiveRange

enables the dates disabled by the setInsensitiveRange/setSensitiveRange

void clearSensitiveRange();

Example

myCalendar.clearSensitiveRange();

Details

if a date is set as a string, it should correspond to the format specified by the setDateFormat() method

Back to top