Not a developer? Go to MovableType.com

Documentation

DateFooter

A container tag whose contents will be displayed if the entry in context is the last entry in the group of entries for a given day.

Example:

    <mt:Entries>
        <!-- display entry here -->
        <mt:DateFooter>
            <hr />
        </mt:DateFooter>
    </mt:Entries>
Back