Date::Easter

Calculates Easter for any given year
Download

Date::Easter Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Rich Bowen
  • Publisher web site:
  • http://search.cpan.org/~rbow/Date-ICal-1.72/lib/Date/ICal.pm

Date::Easter Tags


Date::Easter Description

Calculates Easter for any given year Date::Easter is a Perl module that calculates Easter for any given year.SYNOPSIS use Date::Easter; ($month, $day) = julian_easter(1752); ($month, $day) = easter(1753); ($month, $day) = gregorian_easter(1753); ($month, $day) = orthodox_easter(1823);Calculates Easter for a given year.easter() is, for the moment, an alias to gregorian_easter(), since that's what most people use now. The thought was to somehow know which of the other methods to call, that that proved to be rather sticky. Requirements: · Perl


Date::Easter Related Software