Changes for version 1.11 - 2005-02-27
- No reason to reinvent the wheel. Language support has now been entirely replaced with full locale support as provided by DateTime::Locale (does not require installation of entire DateTime suite, if that's an issue)
- Calendrical calculations have now been fully abstracted out to a back end interface. Calendars can be generated given the presence of any one of the following and subject to the circumstances of the request:
- native Time::Local (but limited to dates between 1970 and 2038)
- Date::Calc
- DateTime
- Date::Manip
- unix 'cal' command
Modules
Perl extension for generating and manipulating HTML calendar months
Base class for determining which date package to use for calendrical calculations.
Front end class for DateTime::Locale
Provides
in lib/HTML/CalendarMonth/DateTool/Cal.pm
in lib/HTML/CalendarMonth/DateTool/DateCalc.pm
in lib/HTML/CalendarMonth/DateTool/DateManip.pm
in lib/HTML/CalendarMonth/DateTool/DateTime.pm
in lib/HTML/CalendarMonth/DateTool/TimeLocal.pm