Date::Language - Language specific date formating and parsing


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


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

 Date::Language - Language specific date formating and parsing