Bug #86679
closedBroken TCA inputDateTime field with LocalConfiguration setting USdateFormat = 1
100%
Description
The LocalConfiguration.php has the following settings:
'SYS' => [
'USdateFormat' => '1',
'ddmmyy' => 'Y-m-d',
],
In all TCA inputDateTime fields in the TYPO3 Backend, you can choose with the datepicker a date and time and it displays it correctly in the US date format in the field. If you edit the date manually and leave the field, the date changed completly. Changing the date with the date picker is not a problem. This works fine.
Example: Select '07:54 10-31-2018' > Change manually to '07:54 10-30-2018' > Leave the field > Date changed to '07:54 10-06-2020'
Is is the same behaviour in Firefox and Chrome. TYPO3 running on Ubuntu.
Without the USdateFormat setting enabled, there is no problem with the date picker and manual changes.
On a Windows 10 installation (local development) the inputDateTime fields are empty after saving a selected date. USdateFormat is activated. The value is still there but not displayed.
Files
Updated by Jonas Eberle about 4 years ago
- Has duplicate Bug #91105: Changing [SYS][ddmmyy] or [SYS][USdateformat] breaks JS in FormEngine and date output in web_layout (page module) added
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72034
Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72034
Updated by Gerrit Code Review about 3 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72034
Updated by Gerrit Code Review about 3 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72034
Updated by Gerrit Code Review about 3 years ago
Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72116
Updated by Gabe Troyan about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d021fbcab62d3803f8dfff0e7351005f286cb7b0.