Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Date::Language

Name Date::Language
Version 1.10
Located at /usr/local/share/perl5
File /usr/local/share/perl5/Date/Language.pm
Is Core No
Search CPAN for this module Date::Language
Documentation Date::Language
Module Details Date::Language

NAME

Date::Language - Language specific date formating and parsing


SYNOPSIS

  use Date::Language;
  my $lang = Date::Language->new('German');
  $lang->time2str("%a %b %e %T %Y\n", time);


DESCRIPTION

the Date::Language manpage provides objects to parse and format dates for specific languages. Available languages are

  Afar                    French                  Russian_cp1251
  Amharic                 Gedeo                   Russian_koi8r
  Austrian                German                  Sidama
  Brazilian               Greek                   Somali
  Chinese                 Hungarian               Spanish
  Chinese_GB              Icelandic               Swedish
  Czech                   Italian                 Tigrinya
  Danish                  Norwegian               TigrinyaEritrean
  Dutch                   Oromo                   TigrinyaEthiopian
  English                 Romanian                Turkish
  Finnish                 Russian                 Bulgarian
  Occitan


METHODS

time2str
See time2str in the Date::Format manpage

strftime
See strftime in the Date::Format manpage

ctime
See ctime in the Date::Format manpage

asctime
See asctime in the Date::Format manpage

str2time
See str2time in the Date::Parse manpage

strptime
See strptime in the Date::Parse manpage

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024