Project

General

Profile

Actions

Bug #71191

closed

format.date - names are not translated

Added by Stephan Bauer over 8 years ago. Updated over 8 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2015-10-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

When using format.date like this
<f:format.date format="l, d.m.Y">{event.date}</f:format.date>
names like month or day are always in english.
Using it like this it names are translated:
<f:format.date format="%A, %d.%m.%Y">{event.date}</f:format.date>

Would it be possible to use translation in both ways?

Also it would be great to define a default date format.

Actions

Also available in: Atom PDF