DO.LIT/MDO.LIT 2.1(129) adds support for the following new $ variables:
• | $MMDDYY{+/-##} |
• | $DDMMYY{+/-##} |
• | $YYMMDD{+/-##} |
Each of these evaluates to current date in the specified format, with an optional +/- days adjustment. For example, if today was December 1, 2023, then:
$MMDDYY equals 120123
$MMDDYY+15 equals 121623
$DDMMYY equals 011223
$DDMMYY-1 equals 301123
$YYMMDD equals 231201
$YYMMDD+32 equals 240101