Inhaltsverzeichnis:
Inhalt |
---|
...
Die Systemvariablen müssen mit __% und %__ gekennzeichnet werden. Für die bessere Übersicht sind diese Markierungen nicht mit aufgeführt.
...
Beispiel | Ausgabe |
---|---|
%VERTRAG.ABLAUF% | 31.12.2024 00:00:00 |
%VERTRAG.ABLAUF:DATUM% | 31.12.2024 |
%VERTRAG.ABLAUF:dd.MM.yyyy% | 31.12.2024 |
%VERTRAG.ABLAUF:dd. MMM yyyy% |
|
%VERTRAG.ABLAUF:dd. MMMM yyyy% |
|
%VERTRAG.ABLAUF:dd. MMMM yyyy hh-mm% |
|
%VERTRAG.ABLAUF:hh%__:__%VERTRAG.ABLAUF:mm% | 12:00 |
Eine ausführliche Aufzählung aller Formatbezeichner sind z.B. in der Tabelle unter https://learn.microsoft.com/de-de/dotnet/standard/base-types/custom-date-and-time-format-strings zu finden.
...