curiouswebster
asked on
I need the Year list to addd a scroll bar using jQuery UI Date Picker
I see how to set year back 75 years thusly:
theminDate: '-75Y',
But when the changeYear: true, uses the Year drop down, the max number of years displayed is 10. So I need the Year drop down to add a scroll bar to make the 75 years selectable.
How do I do this with jQuery UI Date Picker?
Thanks!
theminDate: '-75Y',
But when the changeYear: true, uses the Year drop down, the max number of years displayed is 10. So I need the Year drop down to add a scroll bar to make the 75 years selectable.
How do I do this with jQuery UI Date Picker?
Thanks!
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER