By default this class displays the current month with today's date indicated by a CSS class for easy styling. For more advanced uses the constructor and output method accept arguments that control the month to be displayed in various ways. There are also several exposed variables that let you override class names, provide an array of dates to highlight on the calendar and link the days to a url.
Features
* Semantic and Valid XHTML output
* Use the default classes or override them with your own and style with CSS
* Display current month with today marked (default behavior)
* Display calendar with selected date marked
* Display calendar just by month/year without providing a full date
* Provide an array of dates to mark on the calendar
* Optionally link days to a page with their date appended to the designated URL
* Easily loop calendar display to output multiple months or create "year at a time" views
See website for documentation and usage