TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-108
_MONTH3 Function
_MONTH3 Function
Use the _MONTH3 function to obtain the three-letter abbreviation for month num.
num
is a one- or two-digit number indicating a month.
Result
_MONTH3 returns the three-letter abbreviation for the specified month.
Example
This example illustrates the use of _MONTH3 to convert the numeric representation of
a month to a three-letter textual representation:
13> #OUTPUT [_MONTH3 3]
MAR
_MONTH3 num