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::Hungarian

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

NAME

Date::Language::Hungarian - Magyar format for Date::Format


SYNOPSIS

        my $lang = Date::Language->new('Hungarian');
        print $lang->time2str("%a %b %e %T %Y", time);
        @lt = localtime(time);
        print $lang->time2str($template, time);
        print $lang->strftime($template, @lt);
        print $lang->time2str($template, time, $zone);
        print $lang->strftime($template, @lt, $zone);
        print $lang->ctime(time);
        print $lang->asctime(@lt);
        print $lang->ctime(time, $zone);
        print $lang->asctime(@lt, $zone);

See the Date::Format manpage.


AUTHOR

Paula Goddard (paula -at- paulacska -dot- com)


LICENCE

Made available under the same terms as Perl itself.

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