NAME
Date::Ethiopic::ET::guy - Sebatbeit Calendar Data for Date::Ethiopic.
SYNOPSIS
use Date::Ethiopic::ET::guy;
#
# typical instantiation:
#
my $guy = new Date::Ethiopic::ET::guy ( ical => '19950629' );
#
# Print Sebatbeit day and month names:
#
print " Day Name: ", $guy->day_name, "\n";
print " Month Name: ", $guy->month_name, "\n";
#
# POSIX long date format:
#
print " Long Date: ", $guy->long_date, "\n";
print " Long Date: ", $guy->long_date('ethio'), "\n";
#
# POSIX full date format:
#
print " Full Date: ", $guy->full_date, "\n";
#
# Convert all numbers into Ethiopic:
#
print " Full Date: ", $guy->full_date('ethio'), "\n";
#
# Turn transcription on:
#
$guy->useTranscription ( 1 );
print " Full Date: ", $guy->full_date, "\n";
#
# Turn transcription off:
#
$guy->useTranscription ( 0 );
print " Full Date: ", $guy->full_date, "\n";
DESCRIPTION
The Date::Ethiopic::ET::guy 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