Format name | Date-format parameter | Date format and separator | Field length | Example |
Job default | *JOB | |||
Month/Day/Year | *MDY | mm/dd/yy | 8 | 06/21/90 |
Day/Month/Year | *DMY | dd/mm/yy | 8 | 21/06/90 |
Year/Month/Day | *YMD | yy/mm/dd | 8 | 90/06/21 |
Julian | *JUL | yy/ddd | 6 | 90/172 |
International Standards Organization | *ISO | yyyy-mm-dd | 10 | 1990-06-21 |
IBM® USA Standard | * | mm/dd/yyyy | 10 | 06/21/1990 |
IBM European Standard | *EUR | dd.mm.yyyy | 10 | 21.06.1990 |
Japanese Industrial Standard Christian Era | *JIS | yyyy-mm-dd | 10 | 1990-06-21 |
Sunday, November 22, 2015
Date Formats in IBM i
Subscribe to:
Post Comments (Atom)
View Job Queue Info from SQL - IBM i
Job Queue Dealing with Job Queues (JOBQ) is part of day to day life when working with IBM i. There comes many situations where we need to ch...
-
Decorators In simple words, Decorator is a function that calls another function. Decorators are very useful concept in Python. Decorators a...
-
Generators In simple words, Generator is a function that works like an iterator. There are some key differences between a generator functio...
-
READ: READ is one of the most used Opcodes in RPGLE. As the name suggests main purpose of this Opcode is to read a record from Database file...
No comments:
Post a Comment