*BASE-Constants
The group BASE contains basic *values especially in the area date and time.
Constant Name | Description |
---|---|
*BASE.DATE.DATE6 | Current date in the format YYMMDD |
*BASE.DATE.DATE7 | Current date in the format CYYMMDD |
*BASE.DATE.DATE8 | Current date in the format YHYYMMDD |
*BASE.DATE.EUR | Current date in the format YYYY.MM.DD |
*BASE.DATE.ISO | Current date in ISO format YYYY-MM-DD |
*BASE.DATE.USA | Current date in the format YYYY/MM/DD |
*BASE.TIME.EUR | Current time in Euro format HH:mm:ss |
*BASE.TIME.ISO | Current time in ISO format HH.mm.ss |
*BASE.TIME.TIME4 | Current time in HHMM |
*BASE.TIME.TIME6 | Current time in HHMMSS |
*BASE.TIME.TIMESTAMP | Current time stamp in ISO format |
*BASE.TIME.USA | Current time in USA format HH:mm AM |