image_date
The image_date tag is a single tag that Textpattern will replace with the uploaded date of the current (or given) image. Should usually be used in an image form, although it may be used on its own providing you specify an id or name.
attributes
id="unset" (integer)
name="unset"
format="format string"
genealogy
Version 4.3.0
Display additional image information
<txp:images category="mammals">
<a href="<txp:image_url />"><txp:thumbnail /></a>
<div class="img_info">
<txp:image_info type="caption, author" break=" by " />
<txp:image_date format="%e %b %Y" />
</div>
</txp:images>
Other tags used: images, image_url, image_info, thumbnail