Set start date

Hello I need that in the calendar only can enter date after today this is possible?

you can use

docs.dhtmlx.com/doku.php?id=dhtm … tsensitive

//sets a range of active dates from the specified date (inclusive). Dates until the specified date are disabled.
myCalendar.setSensitiveRange(from, null);

so if you set “to” as null and “from” as today then you will only be able to input future dates