property CalendarCombo.FormatUserDate as String
Retrieves or sets a value that indicates the string format of the date while FormatDate is UserDate.

 TypeDescription 
   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"

Send comments on this topic.
© 1999-2006 Exontrol Inc, Software. All rights reserved.