DateTime Picker - DateFormat Property
Format of the date
Member of DateTime Picker (PRIM_DTIM)
Data Type - Enumeration
Use the DateFormat property to specify how the date will appear.
| Enum Value | Description |
|---|---|
| Custom | Use the format as defined in the CustomDateFormat property |
| SystemDate | System locale equivalent of UserDate |
| SystemLongDate | System locale equivalent of UserLongDate |
| UserDate | Date format string as defined by the user locale (See Region settings in Control Panel) |
| UserLongDate | Long Date format string as defined by the user locale (See Region settings in Control Panel) |
Febuary 18 V14SP2