[TYPO3-core] RFC feature #16393: date ranges for ExtJS date pickers

Steffen Kamper info at sk-typo3.de
Wed Nov 17 18:01:22 CET 2010


Stefano Cecere schrieb:
> hi Steffen..
> your cleaner code is even better thanks! attached new version
> 
> it doesn't work for you because you should set the "range" property (not 
> directly the 'lower' and 'upper' properties):
> 
> for example:
> 
> $GLOBALS['TCA']['pages']['columns']['starttime']['config']['range'] = 
> Array ('lower' => strtotime('-1 week'), 'upper' => 
> mktime(0,0,0,date('m'),date('d')+7,date('Y')));
> 
> it works for me!
> 

ahrg, for sure :)

+1 reading and testing. It's not a feature, it's a bugfix. Anyone else? 
Then i'll commit it and it's in beta1

vg Steffen


More information about the TYPO3-team-core mailing list