| DAT |
Input |
A date/time in internal VA FileMan or $HOROLOG
format. Defaults to the current date/time if not passed in.
|
OPT |
Input |
A list of option flags used to control the conversion
process. Defaults to 0000 if not passed in.
xxx0 - dd-mmm-yyyy
xxx1 - mmm dd,yyyy
xxx2 - mm/dd/yyyy
xxx3 - mm-dd-yyyy
xx0x - hh:mm
xx1x - hh:mm xx
x0xx - Use space to separate date/time
x1xx - Use @ to separate date/time
0xxx - Allow leading zeros
1xxx - Remove leading zeros
|
RETURN VALUE |
Output |
The external form of the date/time specified by DAT,
formatted as specified by OPT.
|