Changing the year range on the dataTime component
Is there a way to change the range of the year to a sepcified list of years (eg only the last 10 years). At the moment, there is an option to put a number of years, however it is just doing a + and - of the current year and doesn't give control of the range.
I understand that we can write a custom date component with JSP code but I am hoping not to go down this path as custom components are generally not ompatitble for all browsers.