Link to home
Create AccountLog in
Avatar of webdork
webdork

asked on

Date select list always current

For credit card exp dates:
I'd like to have 2 date select lists, one for month and one for year that will always be current.
SOLUTION
Avatar of Epitel0920
Epitel0920

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
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of Epitel0920
Epitel0920

Also when add the onSelectValueChanged. On the selectList for the current year add from current month to december. When the value of the year is changed to not be the current year add all 12 months to the month selectList.
Avatar of webdork

ASKER

Thank You