I am making an input for birthday, how do I make an if-else statement in a dropdownlist?
Months like February only have 28/29 days in it while the rest have 30 or 31...
It would be strange if the user can select month 'April' and day '31'
What I have done is making a label for 'Birthday' .. added another label for each 'day' 'month' and 'year'
And 3 dropdownlists for each label...