Hi, I see that I can validate a Date with the Validator framework, but don't know how to apply it in my case.
my bean has separate variables for day - month - year (it is not one string) I have three fields because he had to choose the date with a select html tag for the day, a select html tag for the month and an input field for the year. How can I validate this date now ? Thank u !