| Basic Date Picker Documentation |
|
BasicDatePicker.SelectedDateFormatted Property
Gets the formatted SelectedDate as string based on the DateFormat.
[Visual Basic]
Overrides Public ReadOnly Property SelectedDateFormatted As
String
[C#]
public override
string SelectedDateFormatted {get;}
Remarks
A String object that represents the selected date formatted as specified by the DateFormat property.
See Also
BasicDatePicker Class | BasicFrame.WebControls Namespace