[TYPO3-project-4-3] ExtJS Date-picker for TCEFORMS

Steffen Kamper info at sk-typo3.de
Mon Jun 29 16:27:27 CEST 2009


Hi,

found it (jsfunc.evalfield.js, line 442ff):

if (this.USmode)	{
	theString = 
(theTime.getUTCMonth()+1)+'-'+theTime.getUTCDate()+'-'+this.getYear(theTime);
} else {
	theString = 
theTime.getUTCDate()+'-'+(theTime.getUTCMonth()+1)+'-'+this.getYear(theTime);
}

so 2 hardcoded formats :(

vg Steffen


More information about the TYPO3-project-4-3 mailing list