TESBDateFormatType Type |
Unit
QESBPCSGlobals
Declaration
TESBDateFormatType = (edfShortDate, edfLongDate, edfCustom);
Description
LongDate Format is really only for display, it cannot be used for input.
Not all Date Formats assigned to Custom can be used for Input.
Values |
edfShortDate | use System ShortDate. |
edfLongDate | use System LongDate. |
edfCustom | use Format value. |
|