
Date::Jalali - Perl extension for converting Gregorian Dates to Jalali

use Date::Jalali; my $t1 = new Date::Jalali (2003,6,9); print $t1->jal_day; print $t1->jal_month; print $t1->jal_year;

This module converts Gregorian date to Jalali.

Gregorian date -> Jalali (used in Iran, ...?)
None by default.


Ahmad Anvari <http://www.anvari.org/bio/>

Copyright 2003 by Ahmad Anvari
The original algorithm was written with regards to Gregorian<->Jalali convertor developed by Roozbeh Pournader and Mohammad Toossi available at:
http://www.farsiweb.info/jalali/jalali.c
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.