Datum, Zahlen, Währungen, Prozentzahlen werden in den unterschiedlichen Regionen der Welt anders dargestellt. Damit das in ChiliDocs® richtig ausgegeben wird, braucht es einen kleinen Zusatz im Steuerzeichen.
Alle Formatangaben werden in ChiliDocs® einheitlich eingeleitet:
[objekt.property(format:xyz)]
Daraus ergeben sich folgende Formatdefinitionen:
Allgemeine Formatierungen
Format | Steuerzeichen | Resultat |
Datum |
[deal.closedate(format:dd.MM.yyyy)] | 15.02.2025 |
Währung (Euro) | [deal.amount(format:currency)] | €3,190.00 |
Währung (USD) | [deal.amount(format:currency)] | $3,190.00 |
Prozent | [deal.discount(format:%)] | 15% |
Datums- & Zeitformate
Format | Steuerzeichen | Resultat |
Standard |
[deal.closedate(format:dd.MM.yyyy)] | 15.02.2025 |
Standard kurz | [deal.closedate(format:dd.MM.yy)] | 15.02.25 |
MM.dd.yyyy | [deal.closedate(format:MM.dd.yyyy)] | 02.15.2025 |
MM-dd-yyyy | [deal.closedate(format:MM-dd-yyyy)] | 02-15-2025 |
MM/yyyy | [deal.closedate(format:MM/yyyy)] | 02/2025 |
HH:mm:ss | [deal.closedate(format:HH:mm:ss)] | 12:05:30 |
nur Zeit | [deal.closedate(format:timeonly)] | 12:05 |
nur Datum | [deal.closedate(format:dateonly)] | 15.02.2025 |