Date::Hijri

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

Date::Hijri Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alex Pleiner
  • Publisher web site:
  • http://search.cpan.org/~apleiner/Apache-AntiSpam-SpamTrap-0.01/SpamTrap.pm

Date::Hijri Tags


Date::Hijri Description

Date::Hijri is a Perl extension to convert islamic (hijri) and gregorian dates. 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 Related Software