Template Variables: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
|||
| Zeile 583: | Zeile 583: | ||
== Daten und Zeit == | == Daten und Zeit == | ||
[CURRENTDATE] - current date / aktuelles Datum | [CURRENTDATE] - current date / aktuelles Datum | ||
[CURRENTDATE:{%A, %e %B, %Y}] - current date and the display can be any valid PHP strftime format string / aktuelles Datum - Sie können PHP strftime nutzen, um Daten zu formatieren. Information über PHP strftime Strings finden Sie unter [http://php.net/manual/de/function.strftime.php http://php.net/manual/de/function.strftime.php] | |||
[CURRENTDATE:+1day{%A, %e %B, %Y}] - optional date offset and display format. The offset can be any plus or minus any number of days and the display can be any valid PHP strftime format string / aktuelles Datum - Sie können PHP strftime nutzen, um Daten zu formatieren. Information über PHP strftime Strings finden Sie unter [http://php.net/manual/de/function.strftime.php http://php.net/manual/de/function.strftime.php] | |||
[CURRENTTIME] - current time / aktuelle Zeit | [CURRENTTIME] - current time / aktuelle Zeit | ||
[CURRENTTIME:{%A, %e %B, %Y}] - current date and the display can be any valid PHP strftime format string / aktuelle Zeit -Sie können PHP strftime nutzen, um Daten zu formatieren. Information über PHP strftime Strings finden Sie unter [http://php.net/manual/de/function.strftime.php http://php.net/manual/de/function.strftime.php] | |||
[DAYSTOCHECKIN] - number of days until Check-in / Anzahl Tage bis Check-in | [DAYSTOCHECKIN] - number of days until Check-in / Anzahl Tage bis Check-in | ||