|
Date::Spoken::German - Output dates as Latin1 text as you would speak it |
Date::Spoken::German - Output dates as Latin1 text as you would speak it
use Date::Spoken::German;
print timetospoken( time() ); print datetospoken( $DAY, $MONTH, $YEAR );
This module provides you with functions to easily convert a date (given as either integer values for day, month and year or as a unix timestamp) to its representation as German text, like you would read it aloud.
:ALL - all helper methods are also exported into the callers namespace
In list context, returns the three words of the string as a list.
None at the moment.
Please report all bugs to the author of this module: Christian Winter <thepoet@a-za-z0-9.de>
Mail a Bug
To Larry Wall for Perl itself, and to all developers out there contributing to the Perl community. Special thanks to all regulars in the usenet perl groups for giving me a lot of hints that helped me understand what Perl can do.
Type perldoc perl to get info on Perl itselft. Type perldoc perlmod to get info on Perl modules.
|
Date::Spoken::German - Output dates as Latin1 text as you would speak it |