Chapter Calendar
MTCalendar
A container tag representing a calendar month that lists a single calendar "cell" in the calendar display.
Attributes:
month- An optional attribute that specifies the calendar month and
year the tagset is to generate. The value must be inYYYYMMformat.
The month attribute also recognizes two special values. Given a
value of "last," the calendar will be generated for the previous
month from the current date. Using a value of "this" will generate
a calendar for the month of the archive in context, when publishing
date-based archives.
The default behavior is to generate a monthly calendar based on the
current date.
category- An optional attribute that specifies the name of a category from which to return entries.
You can also combine the two attributes. For example:
<MTCalendar month="200201" category="Foo"> ... </MTCalendar>
will display all entries from January, 2002 in the category Foo.


