Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
JSPWikiTags




JSPWiki v2.2.33

[RSS]


Hide Menu

PageDateTag


Difference between current version and current version:

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).

Back to PageDateTag, or to the Page History.