[TYPO3-dev] BE datetime format dd.mm.yyyy

Georg Ringer typo3 at ringerge.org
Thu Mar 22 07:14:30 CET 2012


Am 22.03.2012 04:35, schrieb Rayuth You (Yuth):
> Hi,
> 
> Thank you for your clear information.
> I have already set [SYS][ddmmyy] = d.m.Y and it shows in list module.
> But I want to display d.m.Y on the input field when I click on
> datepicker icon.
> 
> I found line 440-445 of t3lib/jsfunc.evalfield.js
> theString =
> theTime.getUTCDate()+'-'+(theTime.getUTCMonth()+1)+'-'+this.getYear(theTime);

add it to http://forge.typo3.org/projects/typo3v4-core/issues as it
seems like a missing feature

Georg



More information about the TYPO3-dev mailing list