NAME

Date::Ethiopic::ET::qim - Agaw Calendar Data for Date::Ethiopic.

SYNOPSIS

use Date::Ethiopic::ET::qim;
#
#  typical instantiation:
#
my $qim = new Date::Ethiopic::ET::qim ( ical => '19950629' );

#
# Print Agaw day and month names:
#
print "  Day   Name: ", $qim->day_name, "\n";
print "  Month Name: ", $qim->month_name, "\n";

#
# POSIX long date format:
#
print "  Long  Date: ", $qim->long_date, "\n";
print "  Long  Date: ", $qim->long_date('ethio'), "\n";

#
# POSIX full date format:
#
print "  Full  Date: ", $qim->full_date, "\n";
#
# Convert all numbers into Ethiopic:
#
print "  Full  Date: ", $qim->full_date('ethio'), "\n";

#
# Turn transcription on:
#
$qim->useTranscription ( 1 );
print "  Full  Date: ", $qim->full_date, "\n";

#
# Turn transcription off:
#
$qim->useTranscription ( 0 );
print "  Full  Date: ", $qim->full_date, "\n";

DESCRIPTION

The Date::Ethiopic::ET::qim module provides methods for accessing date information in the Ethiopic calendar system. The module will also convert dates to and from the Gregorian system.

CREDITS

Yeha: http://yeha.sourceforge.net

REQUIRES

Date::Ethiopic, which is distributed in the same package with this file.

COPYRIGHT

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

BUGS

None presently known.

AUTHOR

Daniel Yacob, dyacob@cpan.org

SEE ALSO

The Yeha Project: http://yeha.sourceforge.net