|
|
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
Supported Date Formats).
- formatdate
is a 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
Related Information
|