Topic: Anybody looked at 2011 dates for Advanced Search yet?
The Advanced Search function only allows years up to 2010. I think a change to
includes\qcodo\_core\qform\QDateTimePicker.class.php
to set:
protected $intMaximumYear = 2011;
will fix this.
I tried searching the code base (my first try, so I probably missed it) before mentioning this. Maybe set this value to like 2030 so you don't have to fix this every January.