Page 1 of 1

Options > Printer Setup: footer - date ?

Posted: Sat Jun 01, 2024 6:09 pm
by AaronNGray2
How do I print the date and time in the header or footer when printing ?

Re: Options > Printer Setup: footer - date ?

Posted: Sat Jun 01, 2024 6:13 pm
by AaronNGray2
Got it $DATE and $TIME !

Re: Options > Printer Setup: footer - date ?

Posted: Sun Jun 02, 2024 1:15 am
by jussij
FYI you can add any tag value to that footer and other tag values can be found using the ztags macro.

Just use the Macros, Execute Macro menu and in the Script field enter this value:

Code: Select all

ztags
This macro will display a list of other tags and their values.

Jussi