月間アーカイブにカレンダを表示するようにしたが、当該月の日付は合致しているけど、月表示が間違ってました。
<div id="mtUtilities">
<table summary="Calendar: <$MTArchiveDate format="%B %Y"$>" class="mtTableCalendar">
<caption><$MTArchiveDate format="%B %Y"$></caption>
<col /><col /><col /><col /><col /><col /><col />
<thead>
<tr>
<th abbr="S" scope="col">Sun</th>
<th abbr="M" scope="col">Mon</th>
<th abbr="T" scope="col">Tue</th>
<th abbr="W" scope="col">Wed</th>
<th abbr="T" scope="col">Thu</th>
<th abbr="F" scope="col">Fri</th>
<th abbr="S" scope="col">Stu</th>
</tr>
</thead>
<tbody>
<MTCalendar month="this">
<MTCalendarWeekHeader><tr></MTCalendarWeekHeader>
<td><MTCalendarIfEntries>
<MTEntries lastn="1"><a href="<$MTEntryPermalink$>"><$MTCalendarDay$></a></MTEntries>
</MTCalendarIfEntries>
<MTCalendarIfNoEntries><$MTCalendarDay$></MTCalendarIfNoEntries></td>
<MTCalendarWeekFooter></tr></MTCalendarWeekFooter>
</MTCalendar>
</tbody>
</table>
<MTCalendar month="this">これと同様に
<MTDate month="this">としていたワタシがアホでした。
このエントリーのトラックバックURL:
http://test.uwan.net/mt-tb.cgi/69