MPE/iX Intrinsics Reference Manual (32650-90875)

368 Chapter7
Command Definitions (HP32208-HPLOACNMPROC)
HPFMTCALENDAR
HPFMTCALENDAR
NM callable only.
This intrinsic handles HPCALENDAR format. It does the same job as FMTCALENDAR
except that it accepts the 32-bit integer returned by HPCALENDAR intrinsic.
Syntax
I32V CA
HPFMTCALENDAR (
date, formatdate
)
Parameters
date
is a 32-bit signed integer by value
This holds the calendar date, in the same format as the HPCALENDAR
intrinsic (that is date type 4).
formatdate
returns the formatted calendar date in a 17-character array. If theday of
the month is less than 10, a blank precedes it. For example,
FRI, JAN 6, 1989
Operation Notes
Related Information
Intrinsics HPCALENDAR, HPDATECONVERT, HPDATEFORMAT, HPDATEOFFSET,
HPDATEVALIDATE, HPFMTCALENDAR