@DATECONV
— converts
a date from one format to another. The date may be in any input
date format supported by this plugin, and it may be converted
to any output format. It must be a valid date, and fall within
the supported date range. If no output format is
specified, it defaults to the local format.
Syntax:
%@DATECONV[
date,
infmt,
outfmt]
date | the date to convert |
infmt | the input date format, used to interpret ambiguous input dates |
outfmt | the output date format in which the date should be returned |
• Note: If you specify infmt but not outfmt, then infmt will be used for both roles: to interpret ambiguous input dates and to specify the output format.
• Note: This function does not exist in 4NT / Take Command v10 and earlier.