| Date-Passover documentation | view source | Contained in the Date-Passover distribution. |
Date::GoldenNumber - Calculates the golden number used in John Conway's date calculations
use Date::GoldenNumber; $g = golden( 1992 );
Most of John Conway's date calculation algorithms need the golden number, which is Remainder(Y/19) + 1. Yes, this is very simple, but it is inconvenient to have to rember this.
datetime@perl.org
Rich Bowen CPAN ID: RBOW rbowen@rcbowen.com http://www.rcbowen.com
Copyright (c) 2001 Rich Bowen. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
perl Date::Easter Date::Passover
| Date-Passover documentation | view source | Contained in the Date-Passover distribution. |