Reputation: 1
We are working with a CMS system built with qCubed 2.xx The Year range in the QDatepicker dropdown ended at year 2020. I cannot seem to find where to set or extend the date year range. Is there nyone out there who can help?
Thanks
David
Upvotes: 0
Views: 23
Reputation: 31
Glad to see someone else still using qcubed 2.xx :-)
Try to check this file:
includes/qcubed/_core/base_controls/QDateTimePicker.class.php
Look for these lines:
protected $intMinimumYear =
protected $intMaximumYear =
Upvotes: 0