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.
I'd like to have 2 date select lists, one for month and one for year that will always be current.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
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.
ASKER
Thank You