HTML::CalendarMonth::DateTool

Base class for determining which date package to use for calendrical calculations.
Download

HTML::CalendarMonth::DateTool Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Matthew P. Sisk
  • Publisher web site:
  • http://search.cpan.org/~stigmata/HTML-CalendarMonthSimple-1.25/CalendarMonthSimple.pm

HTML::CalendarMonth::DateTool Tags


HTML::CalendarMonth::DateTool Description

Base class for determining which date package to use for calendrical calculations. HTML::CalendarMonth::DateTool is a Perl class for determining which date package to use for calendrical calculations.SYNOPSIS my $date_tool = HTML::CalendarMonth::DateTool->new( year => $YYYY_year, month => $one_thru_12_month, weeknum => $weeknum_mode, historic => $historic_mode, datetool => $specific_datetool_if_desired, );This module attempts to utilize the best date calculation package available on the current system. For most contemporary dates this usually ends up being the internal Time::Local package of perl. For more exotic dates, or when week number of the years are desired, other methods are attempted including DateTime, Date::Calc, Date::Manip, and the unix 'cal' command. Each of these has a specific subclass of this module offering the same utility methods needed by HTML::CalendarMonth. Requirements: · Perl


HTML::CalendarMonth::DateTool Related Software