DOKK / manpages / debian 10 / cstocs / Cz::Time.3pm.en
Cz::Time(3pm) User Contributed Perl Documentation Cz::Time(3pm)

Cz::Time - 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 ISO-8859-2.

(c) 1997 Jan Pazdziora <adelton@fi.muni.cz>,
1997 Michael Mraka <michael@fi.muni.cz>

at Faculty of Informatics, Masaryk University, Brno

0.02

perl(1), Cz::Cstocs(3).

1999-05-19 perl v5.14.2