Actions
Bug #21890
closedwrong date in calendar != USdate
Start date:
2009-12-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
when non USdateformat is used the calendar allways get the USformat, I thing that was for the browser but not (I try it on FF 3.5, IE 7 and Opera 10) whit the same result, then I go to the scritp t3lib/js/extjs/tceforms.js line:44
and change
var format = (TYPO3.settings.datePickerUSmode==1) ? TYPO3.settings.dateFormatUS : TYPO3.settings.dateFormat;
to
var format = (TYPO3.settings.datePickerUSmode==1) ? TYPO3.settings.dateFormatUS : TYPO3.settings.dateFormat;
and every work OK, simple but can help to more people
(issue imported from #M13112)
Actions