Skip to main content

Predefined formats

The printer has a number of predefined formats to make it more convenient to insert common date and time formats. Custom formats can also be added using the Web UI or protocols.

To use a predefined date/time format, the {TIME} code is used with the name of the format as the first parameter, prefixed by a "@" character. For example:

Today is {TIME;@YYYY-MM-DD}, in 20 days it's {TIME;@YYYY-MM-DD;+20days}

The following formats are built in:

FormatExample
DD/MM/YYYY28/08/2022
DD/MM/YY28/08/22
DD MM YYYY28 08 2022
DD MM YY28 08 22
DD.MM.YYYY28.08.2022
DD.MM.YY28.08.22
MM/DD/YYYY08/28/2022
MM/DD/YY08/28/22
YYYY-MM-DD2022-08-28
YY-MM-DD22-08-28