Displays the timestamp of the last modification of the current or another page (if you need it directly in the text and not only at the end of the page).
This plugin displays the last modification timestamp of a page.
To display the last modification timestamp of the current page:
~~LASTMOD~~
To display the last modification timestamp of another page:
~~LASTMOD:<page-id>~~
Replace <page-id> with the id of the page you'd like to get the last modification date from.
This page was last edited at: ~~LASTMOD~~
Outputs:
This page was last edited at: 2005/10/10 11:03:00
The start page was last edited at: ~~LASTMOD:start~~
Outputs:
This page was last edited at: 2008/11/09 16:07:08
Note: it will also mark hot and recent changes with classes lastmod_hot and lastmod_recent respectively. So you can specify different styles for dates in CSS.