Page Date Tag

Aus Earthdawn-Wiki.v2
Version vom 22. Oktober 2024, 19:36 Uhr von Root (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Inserts the date of the last modification of the requested page. ---- ====Usage==== <wiki:PageDate format="<date format string>" /> ====Parameters==== ; '''format''' : A <tt>java.text.SimpleDateFormat</tt> -compatible string in which the page date should be output. See the [http://java.sun.com/j2se/1.3/docs/api/java/text/SimpleDateFormat.html javadoc] for more information. ====Example==== <pre><code> <wiki:PageDate format="MM/dd/yyyy" /&gt…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Inserts the date of the last modification of the requested page.


Usage

<wiki:PageDate format="<date format string>" />

Parameters

format
A java.text.SimpleDateFormat -compatible string in which the page date should be output. See the javadoc for more information.

Example

<code>
<wiki:PageDate format="MM/dd/yyyy" />
</code>

Inserts the date of the current page in the US date format (month/day/year).