| Date::Ethiopic::ET::guy - Sebatbeit Calendar Data for L<Date::Ethiopic>. |
Date::Ethiopic::ET::guy - Sebatbeit Calendar Data for the Date::Ethiopic manpage.
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";
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.
Yeha: http://yeha.sourceforge.net
Date::Ethiopic, which is distributed in the same package with this file.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
None presently known.
Daniel Yacob, dyacob@cpan.org
The Yeha Project: http://yeha.sourceforge.net
| Date::Ethiopic::ET::guy - Sebatbeit Calendar Data for L<Date::Ethiopic>. |