Warning: Undefined variable $filepath in /home/tiki-doc/public_html/lib/wiki-plugins/wikiplugin_tikidocfromcode.php on line 146
Show the last modification date for a page | Documentation for Tiki Wiki CMS Groupware
Loading...
 
Skip to main content
Show the last modification date for a page

Plugin Last Modification

Introduced in Tiki2

Use this wiki plugin to display the last modification date of the current or named page.

Parameters

Tiki Doc From Code error: lastmod not found
 Note
There is a bug In some versions causing nothing to show if the page parameter is not set. In this case, page="/" can be used to show the last modification date of the current page.
 Note
Wiki Argument Variables can be used to specify current page.

Examples

No Page Name

This code,
Copy to clipboard
{lastmod}


arrow-right.png
Would produce on this site:
Sunday 11 August, 2019 04:20:02 GMT-0000

Use / to indicate current page

This code,
Copy to clipboard
{lastmod page="/"}


arrow-right.png
Would produce on this site:
Monday 03 March, 2025 11:56:12 GMT-0000

Page Name Specified

This code,
Copy to clipboard
{lastmod page="HomePage"}


arrow-right.png
Would produce on this site:
Tuesday 27 June, 2023 18:05:46 GMT-0000


Created by lindon. Last Modification: Sunday 11 August, 2019 04:20:02 GMT-0000 by Yves Kipondo.
Show PHP error messages