Diff: PageDateTag

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
JSPWikiTags

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


Difference between current version and current version:
At line 0 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).

Back to PageDateTag, or to the Page History.