David
David

Reputation: 1

Qcubed 2.xx How do you extend the year range in the Qdatepicker dropdown

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

Answers (1)

neurotic imbecile
neurotic imbecile

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

Related Questions