Project

General

Profile

Actions

Bug #21890

closed

wrong date in calendar != USdate

Added by Pedro Daniel over 14 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #21757: t3lib_cs::convArray converts integers to stringClosedSteffen Kamper2009-12-01

Actions
Actions #1

Updated by Steffen Gebert over 14 years ago

Does patch for #21757 work?

Actions #2

Updated by Pedro Daniel over 14 years ago

thanks it work too!

Actions #3

Updated by Benni Mack almost 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF