Actions
Bug #17364
closedDate field forces day of the month when in m-d-y format to under 12
Start date:
2007-06-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
With the install tool I change the [ddmmyy] from d-m-y to m-d-y.
[ddmmyy]
Format of Date-Month-Year - see PHP-function date()
[SYS][ddmmyy] = m-d-y
It will always format 6-22-07 to 6-12-07 with javascript when you leave the field. So with USA date format you cannot have a day that is greater than 12 for the month.
I tried reproducing this in 4.0.2 and it does not reproduce. I have not tried any other versions.
(issue imported from #M5754)
Actions