This is how you show the date and/or time when your entry or page was authored. By default, this tag will just follow the settings for your chosen language, but you can use attributes to override those defaults and specify your own custom format, language or timezone.
Attributes
format- Date Formatslanguage- applies the date format for the specified languageutc- forces the date to UTC
Examples
<mt:EntryDate />
Shows a default entry date, following your blog's settings.
<mt:EntryDate format="%A" />
Shows just the day of the week when your entry or page was written, like "Thursday". The format codes are defined in the Date Formats documentation.
<mt:EntryDate format="%x" />
Displays the creation date for your entry or page in a language-aware standard date representation. That will look something like "September 29, 2007" in most languages.
<mt:EntryDate format="%X" />
Displays just the creation time for your entry or page. (Note the capital "X".) That will look something like "04:31 PM" in most languages.
Submit a User Contributed Note
User contributed notes are a great way to share the knowledge you have gained in using Movable Type.
If you have a technical question or problem, please visit Movable Type Support.