AS400DateFormatOption Enumeration
In This Topic
Specifies the date format for selected fields that have an AS/400 field type of date.
Members
Member | Description |
DateMonthYear | Date, month, year (dd/mm/yy). |
Dds | Format is given by the AS/400 file attribute. |
Default | AS/400 job default. |
European | IBM European standard (dd.mm.yyyy). |
Iso | International Standards Organization (yyyy/mm/dd). |
Jis | Japanese Industrial Standard (yyyy-mm-dd). |
Julian | (yy/ddd). |
MonthDateYear | Month, date, year (mm/dd/yy). |
Usa | USA standard (mm/dd/yyyy). |
YearMonthDate | Year, month, date (yy/mm/dd). |
See Also