|
Locale::Hebrew::Calendar - Jewish Calendar |
Locale::Hebrew::Calendar - Jewish Calendar
This document describes version 0.03 of Locale::Hebrew::Calendar, released January 17, 2003.
# 'g2j' and 'j2g' may be exported explicitly
use Locale::Hebrew::Calendar;
# Gregorian to Jewish
($d, $m, $y) = Locale::Hebrew::Calendar::g2j($dd, $mm, $yy);
# Jewish to Gregorian
($d, $m, $y) = Locale::Hebrew::Calendar::j2g($dd, $mm, $yy);
This is an XSUB interface to a code which can be found on several main FTP servers. Neither Ariel nor Autrijus have contacted the author, but ``He who says things in the name of their originators brings redemption to the world'' -- The actual code was written by Amos Shapir.
Amos Shapir <amos@nsc.com> is the original author.
Ariel Brosh <schop@cpan.org> did the XSUB functions.
Autrijus Tang <autrijus@autrijus.org> is the current maintainer.
Copyright 2001, 2002 by Ariel Brosh.
Copyright 2003 by Autrijus Tang.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html
|
Locale::Hebrew::Calendar - Jewish Calendar |