The integer and real format integer is
The text format integer is
The date format integer is
format = | (L*125 + DP*124 + MP*123 + ML*122 + |
YP*12 + YL)*128 + CH |
ML can be 2 or 3. If ML = 3 then the month is printed as a three character abbreviation, otherwise it is a two digit number. YL can be 2 or 4. CH is a filler which is put wherever there is nothing else.
The time format integer is
SP can be zero, indicating that the seconds are not to be displayed. CH is a filler which is put wherever there is nothing else.