This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 18 lines
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|http://java.sun.com/j2se/1.3/docs/api/java/text/SimpleDateFormat.html] for more information.
!Example
{{{
<wiki:PageDate format="MM/dd/yyyy" />
}}}
Inserts the date of the current page in the US date format (month/day/year).