WebDatePicker.Value
From Xojo Documentation
![]() |
This item was deprecated in version 2020r2. Please use WebDatePicker.SelectedDate as a replacement. |
Property (As DateTime )
aWebDatePicker.Value = newDateTimeValue
or
DateTimeValue = aWebDatePicker.Value
New in 2020r1
Supported for all project types and targets.
or
DateTimeValue = aWebDatePicker.Value
New in 2020r1
Supported for all project types and targets.
The selected date.
See Also
DateTime class.