|
Date::Say::Czech - Output dates as text as you would speak it |
Date::Say::Czech - Output dates as text as you would speak it
use Date::Say::Czech;
print time_to_say(time()); print date_to_say($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 czech 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.
Please report all bugs to the author of this module: Jiri Vaclavik <jiri.vaclavik@NOSPAMgmailNOSPAM.com>
Mail a Bug
Jiri Vaclavik <jiri.vaclavik@NOSPAMgmailNOSPAM.com>
Date::Spoken::German from Christian Winter
|
Date::Say::Czech - Output dates as text as you would speak it |