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

Steffen Kamper info at sk-typo3.de
Wed Nov 17 16:48:14 CET 2010


Hi,

much cleaner, however not clean enough ;) (see attached patch)

Anyway it doesn't work for me. I checked with

$GLOBALS['TCA']['pages']['columns']['starttime']['config']['lower'] = 
strtotime('-1 week');
$GLOBALS['TCA']['pages']['columns']['starttime']['config']['upper'] = 
strtotime('+1 week');

I see the greyed out days in the current month, but when i go to next 
month i can select this dates again.

Also if i log the data, i see this output:

console.log(minDate,maxDate);


null null
null Thu Dec 31 2020 00:00:00
null null
null null

though both are set. Something weird with the css classes.

vg Steffen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 16393_v4_.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20101117/77a8a17f/attachment.asc>


More information about the TYPO3-team-core mailing list