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:
| Format | Example |
|---|---|
| DD/MM/YYYY | 28/08/2022 |
| DD/MM/YY | 28/08/22 |
| DD MM YYYY | 28 08 2022 |
| DD MM YY | 28 08 22 |
| DD.MM.YYYY | 28.08.2022 |
| DD.MM.YY | 28.08.22 |
| MM/DD/YYYY | 08/28/2022 |
| MM/DD/YY | 08/28/22 |
| YYYY-MM-DD | 2022-08-28 |
| YY-MM-DD | 22-08-28 |