X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/660206845e6f0d045b65b649e4b5750a968443e6..3465f376d39de3ffcff4c90d3954a28e57339cbc:/bin/mozilla/common.pl diff --git a/bin/mozilla/common.pl b/bin/mozilla/common.pl index 6ace578f2..c8d7d6bb2 100644 --- a/bin/mozilla/common.pl +++ b/bin/mozilla/common.pl @@ -364,6 +364,13 @@ sub format_dates { $dateformat, $longformat); } } + if (ref($form->{TEMPLATE_ARRAYS}->{$idx}) eq "ARRAY") { + for (my $i = 0; $i < scalar(@{$form->{TEMPLATE_ARRAYS}->{$idx}}); $i++) { + $form->{TEMPLATE_ARRAYS}->{$idx}->[$i] = + $locale->reformat_date(\%myconfig, $form->{TEMPLATE_ARRAYS}->{$idx}->[$i], + $dateformat, $longformat); + } + } } $lxdebug->leave_sub();