Not a developer? Go to MovableType.com

Documentation

AssetDateAdded

The date the asset in context was added to Movable Type.

Attributes:

  • format

    A string that provides the format in which to publish the date. If unspecified, the default that is appropriate for the language of the blog is used (for English, this is "%B %e, %Y %l:%M %p"). See the Date tag for the supported formats.

  • language

    Forces the date to the format associated with the specified language.

  • utc

    Forces the date to UTC format.

Example:

    <$mt:AssetDateAdded$>
Back