BlastRadius
Programmer
ok here it is! I have a form with three jump menus. The menus are populated via a component's methods. This refreshes the pages menu's days field to reflect the number of days in the selected month. The curent selected date is created by combining the value of the 3 fields and is passed as an aurgument to the component. This whole aspect works beautifully. The problem is if the user selects say day "31" when the month is on a month with 31 days and than changes the month to say "February" which has at most 29 days, the dynamicly created date is now invalid and I get an error. How can I validate the date and so I can change the value of the day to "1"?