DatePicker.SelectedDate

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
Property (As Date)
aDatePicker.SelectedDate = newValue
or
DateValue = aDatePicker.SelectedDate


The currently selected date. The selected date uses cSt_dp_selecteddate WebStyle.
Setting SelectedDate = Nil will remove the SelectedDate Webstyle. Setting SelectedDate by code will update the DisplayDate.