Table of Contents
getSelectedDate Method 

Returns the selected date.

Syntax
JavaScript
 Calendar.getSelectedDate()
Remarks

Return a Date object that represents the current selected date, or null if no date is selected.

Note    EO.Web Calendar and DatePicker uses DateTime.MinValue (January 1, 0001) to represent a null date value on the server side. So if you set Calendar.SelectedDate to DateTime.MinValue on the server side, this function will return null on the client side.
See Also