I would recommend that you use POSIX::strftime which has the added advantage of using the appropriate locale:
use POSIX qw(locale_h); + foreach my $locale (qw(en_GB de_DE fr_FR es_ES)) { POSIX::setlocale(LC_TIME,$locale); print POSIX::strftime("%a\n", localtime); }
/J\
In reply to Re: Date::Day problem?!
by gellyfish
in thread Date::Day problem?!
by Ronnie
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |