Date::Holidays::AU

Determine Australian Public Holidays
Download

Date::Holidays::AU Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • David Dick
  • Publisher web site:
  • http://search.cpan.org/~ddick/

Date::Holidays::AU Tags


Date::Holidays::AU Description

Determine Australian Public Holidays Date::Holidays::AU is a Perl module to determine Australian public holidays.SYNOPSIS use Date::Holidays::AU qw( is_holiday ); my ($year, $month, $day) = (localtime); $year += 1900; $month += 1; my ($state) = 'VIC'; print "Excellent " if is_holiday( $year, $month, $day, $state );This module makes an attempt at describing Australian holidays using the interface defined Date::Holidays::Abstract, which defines two methods, is_holiday and holidays.Functionsis_holiday($year, $month, $day, $state, $params)returns true or false depending to whether or not the date in question is a holiday according to the state and the additional parameters.holidays($year, $state, %params)Returns a hashref of all defined holidays in the year according to the state and the additional parameters. Keys in the hashref are in 'mmdd' format, the values are the names of the holidays.The states may be 'VIC','WA','NT','QLD','TAS','NSW','SA' or 'ACT'. The default state is 'VIC'. The following tables lists the allowable parameters for each state; State Parameter Default Values VIC no_melbourne_cup 0 1 | 0 NT region 'Darwin' 'Alice Springs' | 'Tennant Creek' | 'Katherine' | 'Darwin' | 'Borrolooda' QLD no_show_day 0 1 | 0 NSW include_bank_holiday 0 1 | 0 ACT include_bank_holiday 0 1 | 0 TAS holidays [] 'Devonport Cup','King Island Show','Launceston Cup','Hobart Show','Recreation Day','Burnie Show','Agfest','Launceston Show','Flinders Island Show' Requirements: · Perl


Date::Holidays::AU Related Software