<token-convert-time> converts the
date/date represented by the result of the enclosed
tokens from the format, language and time zone
specified by src-format, src-lang,
and src-tz, to the format, language, and
time zone specified by dest-format,
dest-lang, dest-tz and adds an
optional offset time specified by offset and offset-unit. The offset time is added after the source to destination format conversions are done.
See
Date/Time
Parameters for information on specifying formats,
languages, and time zones.
Example
<token-convert-time dest-format="dd/MM/YYYY" dest-lang="en-US" dest-tz="MST" src-format="MM/dd/YYYY" src-lang="en-US" src-tz="MST" offset="4" offset-unit="day">
<token-op-attr name="birthdate"/>
</token-convert-time>