Date::Hijri 0.02 review

Download
by rbytes.net on

License: Perl Artistic License
File size: 3K
Developer: Alex Pleiner
0 stars award from rbytes.net

Date::Hijri is a Perl extension to convert islamic (hijri) and gregorian dates.

SYNOPSIS

use Date::Hijri;

# convert gregorian to hijri date
my ($hd, $hm, $hy) = g2h($gd, $gm, $gy);

# convert hijri to gregorian date
my ($gd, $gm, $gy) = h2g($hd, $hm, $hy);

This simple module converts gregorian dates to islamic (hijri) and vice versa.
The dates must be given as an array containing the day, month and year, and return the corresponding date as a list with the same elements.

Requirements:
Perl

Date::Hijri 0.02 search tags