logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Cz::Time - Routines for printing dates in Czech

Authors

       (c) 1997 Jan Pazdziora
           1997 Michael Mráka

       at Faculty of Informatics, Masaryk University, Brno

Description

       Implements czech names of months and weekdays. The following functions are exported:

       cz_date
           Converts time (localtime if not specified) into Czech string, eg.  15. ledna 1997.

       cz_month_base, cz_month
           Czech names of months (1..12)

       cz_wday, cz_ab_wday
           Czech names of weekdays and weekdays' abreviation.

       By default they are returned in ISO-8859-2.

Name

       Cz::Time - Routines for printing dates in Czech

See Also

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

perl v5.30.0                                       2019-10-05                                      Cz::Time(3pm)

Synopsis

               use Cz::Time;
               my $today = cz_wday() . " " . cz_date();
               my $new_year = " 1. " . cz_month_base(1);

Version

       0.02

See Also