Table of Contents
setSelectedDates Method 

Sets all the selected dates.

Syntax
JavaScript
 Calendar.setSelectedDates(dates)

Parameters

dates
An array that contains all the selected dates, each elements must be a Date object.
Remarks

This function is not supported on the DatePicker control since DatePicker can not have multiple selection.

See Also