Date e time and decimal format (SOLVED)

Format Date (FD) function:

[=FD('yourdate','HHmm - ddMMyy')]
[=FD('{DATE}','HHmm - ddMMyy')]

To shift the decimal, multiply by 100 …

[=TN('yournumber') * 100]
[=TN('{TICKET TOTAL}') * 100]

You can use those types of [=expressions] and formatting functions nearly anywhere in SambaPOS, not just in Printer Templates.

1 Like