Link to home
Create AccountLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

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!
ASKER CERTIFIED SOLUTION
Avatar of leakim971
leakim971
Flag of Guadeloupe image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of curiouswebster

ASKER

Thanks!