Date::Holidays::UK

Determine UK Public Holidays
Download

Date::Holidays::UK Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Richard Clamp
  • Publisher web site:
  • http://search.cpan.org/~rclamp/

Date::Holidays::UK Tags


Date::Holidays::UK Description

Determine UK Public Holidays Date::Holidays::UK is a Perl module to determine UK public kolidays.Developer commentsNaming modules is a tricky thing, especially when similar modules already exist. The awkwardness can be further excaberated when the similar modules don't have consistent apis.In this case we started by contrasting Date::Japanese::Holiday and Date::Holidays::DE. We've crossed the streams by taking the simple is_*_holiday interface from Date::Japanese::Holiday, and taken the Date::Holidays::< country > convention from Date::Holidays::DE. We hope nothing explodes.SYNOPSIS use Date::Holidays::UK; my ($year, $month, $day) = (localtime); $year += 1900; $month += 1; print "Woohoo" if is_uk_holiday( $year, $month, $day ); Requirements: · Perl


Date::Holidays::UK Related Software