Table of Contents
setSelectedDate Method 

Sets the selected date.

Syntax
JavaScript
 Calendar.setSelectedDate(date)

Parameters

date
A Date object representing the date to be selected.
Remarks

Calling this function will clear all previously selected dates.

See Also