Man Page: date::language::hungarian
Operating Environment: osx
Section: 3
Date::Language::Hungarian(3) User Contributed Perl Documentation Date::Language::Hungarian(3)NAMEDate::Language::Hungarian - Magyar format for Date::FormatSYNOPSISmy $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 Date::Format.AUTHORPaula Goddard (paula -at- paulacska -dot- com)LICENCEMade available under the same terms as Perl itself. perl v5.16.2 2009-12-12 Date::Language::Hungarian(3)
| Related Man Pages |
|---|
| date::parse(3) - redhat |
| date::format(3) - centos |
| date::parse(3) - suse |
| date::language::bulgarian(3) - centos |
| date::format(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Undeletable file |
| Shopt -s histappend |
| My first PERL incarnation... Audio Oscillograph |
| Python: Refer a properties file from different location |