|
|
|
| acComboDatePicker component.
|
| type
|
| TacComboDatePickerFormat = (dpfAuto, dpfDMY, dpfMDY, dpfYMD);
|
|
|
| property DateFormat: TacComboDatePickerFormat;
|
| The DateFormat property specifies the order of the selection combo-boxes.
|
|
|
| Value | Meaning
|
| dpfAuto | the order will be chosen automatically, accordingly to user's regional settings, specified in the Control Panel.
|
| dpfDMY | European format: the day box is first, month second (from left to right), year third.
|
| dpfMDY | US format: the month box is first, day second, year third.
|
| dpfYMD | Chinese format: the year box is first, month second, day third.
|
|
|
| Labels, Day, Month, Year and Date properties.
|