Actions
Bug #91105
closedChanging [SYS][ddmmyy] or [SYS][USdateformat] breaks JS in FormEngine and date output in web_layout (page module)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
-
Start date:
2020-04-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This affects v9 and v10.
Even setting
[SYS][USdateformat] = 1
and accordingly setting [SYS][ddmmyy] = mm-dd-yyyy
yields weird output in web_layout (both Fluid and default):
Date 0404-2222-20202020
Start 0404-2020-20202020 12:17
Stop 0404-2323-20202020 12:18
Changing [SYS][ddmmyy] to dd.mm.yyyy makes FormEngine shortly show the date, then it is hidden.
[SYS][hhmm] might also be affected, but I did not check.
I suggest to get rid of USdateformat and implement ddmmyy correctly throughout. Actually it would even be great if the editor could use his own setting or if this was bound to the editor language?
Files
Updated by Jonas Eberle about 4 years ago
- Is duplicate of Bug #86679: Broken TCA inputDateTime field with LocalConfiguration setting USdateFormat = 1 added
Updated by Gabe Troyan about 3 years ago
- Status changed from New to Resolved
Applied in changeset d021fbcab62d3803f8dfff0e7351005f286cb7b0.
Actions