Table of Contents
getSelectedDates Method 

Returns an Array object that contains all the selected dates.

Syntax
JavaScript
 Calendar.getSelectedDates()
Remarks

Each element in the array is a Date object. If there is no date selected, the return value is an Array object with zero element.

See Also