 |
» |
|
|
 |
NM and CM callable. Passes any calendar date, in the same format as the CALENDAR intrinsic, and returns it in the following format: 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,
Operation Notes |  |
If invalid input values are supplied, the output values returned
are unpredictable; an error status is not returned. Related Information |  |
none
|