Calendar multiple date select

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?

Hello,

Neither Calendar nor Datepicker allows to select multiple days. There can be only one selected date in Calendar.

However, you can use two Datepickers: for start date and for end date.

You may also take a look at the ready solution - our mobile scheduler:

dhtmlx.com/docs/products/dht … ndex.shtml