Not a developer? Go to MovableType.com

Documentation

StreamActionDate

This functional template tag outputs the date of the action.

This is a part of the ActionStreams plugin and MT 4.25

 
Example:

<mt:ActionStreams>
<mt:DateHeader>
<div>
<h3><$mt:StreamActionDate format="%b %d, %Y"$></h3>
<ul>
</mt:DateHeader>
<li class="service-<$mt:var name="service_type"$>"><mt:StreamActionDate format="%H:%M"> - <$MTStreamAction$></li>
<mt:DateFooter>
</ul>
</div>
</mt:DateFooter>
</mt:ActionStreams>

Modifier
You can use the same modifiers with this tag as those used with the <mt:Date> function tag.

Back