Re: FeedbackForm Date Picker
Posted: Sat Jul 22, 2006 12:55 am
Sure. Edit modules/FeedbackForm/classes/DatePicker.class.php, and change line 57 to specify any range you want.
For example:
Will give you from 1900 through 2016 (until next year, when it will increase the high end by one).
Good luck,
___Samuel___
For example:
Code: Select all
for ($i=1900;$i<$today['year']+10;$i++)
Good luck,
___Samuel___