Language Constants - Date¶
The following constants can be used for functions that should return a date type. For example, the function to return how a date should be formatted in the field properties.
return drWindowsShortDate
| Constant | Explanation |
|---|---|
| drWindowsLongDate | Use the Windows regional settings for formatting a long style date |
| drWindowsShortDate | Use the Windows regional settings for formatting a short style date |
| drCustomDate | Custom date formatting |
| drCustomDateMask | Use a custom defined mask to format a date using the allowed mask characters |
