I’m new to the DHTMLX library and am trying to implement a scheduling calendar. Is it possible to select multiple dates (or a date range) within the calendar, or do I have to use the datepicker to achieve that?
The datepicker onchange event takes oldvalue and newvalue, whereas calendar only take the new value as an input. Is there a way to save the oldvalue and use the new value to create a date range or multiple dates?