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

Introduced in Tiki 2.
Preferences required: feature_wiki, wikiplugin_lastmod
Parameters Accepted Values Description Default Since
format (blank)
long_date
short_date
long_datetime
short_datetime
iso
Set date and time format according to site settings. 15.0
page pagename Page name to display information of. Default value is current page. 2.0

 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,
{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,
{lastmod page="/"}


arrow-right.png
Would produce on this site:
Monday 25 May, 2020 10:34:45 GMT-0000

Page Name Specified

This code,
{lastmod page="HomePage"}


arrow-right.png
Would produce on this site:
Monday 25 May, 2020 10:34:45 GMT-0000


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