<LANG_CAPTURE_DATE>
Tag Function:
- Displays the images capture date if readable with the words "Capture Date".
Main Usage:
- Used within image_template.html to dynamically recall and load the current images capture date.
Examples:
In your image template, you can use the tag like this:
Sample Output:
Using the code above will generate the following when the template is run:
Capture Date: 2006-09-11T15:36:56-04:00
Language Variable:
The output of this template tag is definable via your language file:
lang-english.php
$lang_capture_date =
"Capture Date:";
EXIFRelatedTags
<< <LANG_APERTURE> | TemplateTags | <LANG_FOCAL_LENGTH> >>