Vorlage:FormatDate: Unterschied zwischen den Versionen
[unmarkierte Version] | [unmarkierte Version] |
te>Farino K (→Siehe auch: präziser) |
te>Farino (→Beispiele: als Tabelle) |
||
Zeile 30: | Zeile 30: | ||
== Beispiele == | == Beispiele == | ||
− | + | {| class="prettytable" | |
− | + | |- class="hintergrundfarbe6" | |
− | + | !Vorlage-Syntax!!Dargestelltes Ergebnis | |
− | + | |--- | |
− | + | | <code><nowiki>{{FormatDate|1234-01-01}}</nowiki></code> || {{FormatDate|1234-01-01}} | |
− | + | |--- | |
− | + | | <code><nowiki>{{FormatDate|1234-2-28}}</nowiki></code> || {{FormatDate|1234-2-28}} | |
− | + | |--- | |
− | + | | <code><nowiki>{{FormatDate|1881-3-1}}</nowiki></code> || {{FormatDate|1881-3-1}} | |
− | + | |--- | |
− | + | | <code><nowiki>{{FormatDate|1881-04-1}}</nowiki></code> || {{FormatDate|1881-04-1}} | |
− | + | |--- | |
− | + | | <code><nowiki>{{FormatDate|2000-05-30}}</nowiki></code> || {{FormatDate|2000-05-30}} | |
+ | |--- | ||
+ | | <code><nowiki>{{FormatDate|2000-06-29}}</nowiki></code> || {{FormatDate|2000-06-29}} | ||
+ | |--- | ||
+ | | <code><nowiki>{{FormatDate|2000-07-28}}</nowiki></code> || {{FormatDate|2000-07-28}} | ||
+ | |--- | ||
+ | | <code><nowiki>{{FormatDate|2000-08-27}}</nowiki></code> || {{FormatDate|2000-08-27}} | ||
+ | |--- | ||
+ | | <code><nowiki>{{FormatDate|2000-9-0}}</nowiki></code> || {{FormatDate|2000-9-0}} | ||
+ | |--- | ||
+ | | <code><nowiki>{{FormatDate|2000-10-0}}</nowiki></code> || {{FormatDate|2000-10-0}} | ||
+ | |--- | ||
+ | | <code><nowiki>{{FormatDate|2000-11-00}}</nowiki></code> || {{FormatDate|2000-11-00}} | ||
+ | |--- | ||
+ | | <code><nowiki>{{FormatDate|2000-12-00}}</nowiki></code> || {{FormatDate|2000-12-00}} | ||
+ | |--- | ||
+ | | <code><nowiki>{{FormatDate|2000-0-0}}</nowiki></code> || {{FormatDate|2000-0-0}} | ||
+ | |} | ||
== Siehe auch == | == Siehe auch == |
Version vom 6. April 2007, 21:06 Uhr
Die Vorlage FormatDate formatiert ein in Anlehnung an ISO 8601 angegebenes Datum mit abgekürzten deutschen Monatsnamen zur Verwendung in Listen oder Infoboxen. Im Gegensatz zur Parser-Funktion #time: kann sie auch Daten vor dem 1. Januar 1970 und nach dem 9. Januar 2038 verarbeiten. Außerdem kann durch Angabe einer 0
für Monat und Tag eine Ausgabe ohne Monats-/Tagangabe erzielt werden.
Aufruf
{{FormatDate|Datum}}
Dabei muss Datum
in der Form "jjjj-mm-tt" oder "jjjj-m-t" angegeben werden, also z.B. "1881-11-03" für den 3. November 1881. Die Angabe in der Form "jjjj-mm-0" oder "jjjj-mm-00" unterdrückt die Angabe des Tages für Datumsangaben, die nur monatsgenau sind. Die Angabe in der Form "jjjj-0-0" oder "jjjj-00-00" gibt nur das Jahr aus.
Beispiele
Vorlage-Syntax | Dargestelltes Ergebnis |
---|---|
{{FormatDate|1234-01-01}} |
1. Januar 1234 |
{{FormatDate|1234-2-28}} |
28. Februar 1234 |
{{FormatDate|1881-3-1}} |
1. März 1881 |
{{FormatDate|1881-04-1}} |
1. April 1881 |
{{FormatDate|2000-05-30}} |
30. Mai 2000 |
{{FormatDate|2000-06-29}} |
29. Juni 2000 |
{{FormatDate|2000-07-28}} |
28. Juli 2000 |
{{FormatDate|2000-08-27}} |
27. August 2000 |
{{FormatDate|2000-9-0}} |
September 2000 |
{{FormatDate|2000-10-0}} |
Oktober 2000 |
{{FormatDate|2000-11-00}} |
November 2000 |
{{FormatDate|2000-12-00}} |
Dezember 2000 |
{{FormatDate|2000-0-0}} |
2000 |
Siehe auch
- Vorlage:FormatNum, zur länderspezifischen Formatierung von Zahlen