![]() | Type | Description | ||
| String | A string expression that defines the string format used to display the selected date, while the FormatDate property is UserDate |
The property has effect only if the FormatDate property is UserDate. Use the Caption property to retrieve the caption being displayed in the control's label. Use the SelDate property to specify the date being displayed in the control's label.
The FormatUserDate should be a combination of text and one or more of the followings:
The following sample displays date like: "1971/12/31"
CalendarCombo1.FormatDate = UserDate CalendarCombo1.FormatUserDate = "%y/%m/%d"