Routines for printing dates in czech
use Cz::Time; my $today = cz_wday() . " " . cz_date(); my $new_year = " 1. " . cz_month_base(1);
Implements czech names of months and weekdays. The following functions are exported:
Converts time (localtime if not specified) into Czech string, eg. 15. ledna 1997.
Czech names of months (1..12)
Czech names of weekdays and weekdays' abreviation.
By default they are returned in \s-1ISO-8859-2\s0.
(c) 1997 Jan Pazdziora <[email protected]>,
1997 Michael Mra\*'ka <[email protected]>
at Faculty of Informatics, Masaryk University, Brno
0.02
perl\|(1), Cz::Cstocs\|(3).