MPE/iX Intrinsics Reference Manual (32650-90875)
Chapter 6 223
Command Deļ¬nitions (FLUSHLOG-GETUSERMODE)
FMTCALENDAR
FMTCALENDAR
NM and CM callable.
Passes any calendar date, in the same format as the CALENDAR intrinsic, and returns it in
the following format:
FRI, JAN 27, 1989
Syntax
U16V CA
FMTCALENDAR(
date,formatdate
);
Parameters
date
16-bit unsigned integer by value (required)
Passes the calendar date, in the same format as the CALENDAR intrinsic:
Bits Value/Meaning
7:9 Day of year
0:7 Year of century
formatdate
character array (required)
Returns the formatted calendar date in a 17-character array. If the day of
the month is less than 10, a blank precedes it, for example,
FRI, JAN 6, 1989
Operation Notes
If invalid input values are supplied, the output values returned are unpredictable; an error
status is not returned.
Related Information
none