Revision 3465f376
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
bin/mozilla/common.pl | ||
---|---|---|
364 | 364 |
$dateformat, $longformat); |
365 | 365 |
} |
366 | 366 |
} |
367 |
if (ref($form->{TEMPLATE_ARRAYS}->{$idx}) eq "ARRAY") { |
|
368 |
for (my $i = 0; $i < scalar(@{$form->{TEMPLATE_ARRAYS}->{$idx}}); $i++) { |
|
369 |
$form->{TEMPLATE_ARRAYS}->{$idx}->[$i] = |
|
370 |
$locale->reformat_date(\%myconfig, $form->{TEMPLATE_ARRAYS}->{$idx}->[$i], |
|
371 |
$dateformat, $longformat); |
|
372 |
} |
|
373 |
} |
|
367 | 374 |
} |
368 | 375 |
|
369 | 376 |
$lxdebug->leave_sub(); |
Auch abrufbar als: Unified diff
Daten auch in den neuen TEMPLATE_ARRAYS fomatieren.
Fix für Bug 1100