modified
The modified tag is a single tag which is used to return the modfication date of the article being displayed. The format is determined by the settings specified in the Date Format, or Archive Date Format, fields on the Basic Preferences tab.
attributes
format="unset"
gmt="0" (boolean)
lang="unset"
genealogy
Version 4.0.7
Display “since” format date setting
<p>modified: <txp:modified format="since" /></p>
would result in:
<p>modified: 29 Days ago</p>
Display custom date format
<p>modified: <txp:modified format="%b %d, %Y" /></p>
would result in:
<p>modified: May 28, 2005</p>