I need to validate whether the date of birth is greater than 18 yrs or not for the current day date on textbox change event how can i do this.Suppose if user logins today and he selects the date i need to validate the date which is entered in greater than 18 yrs or not if not i should show and error message.Here todays date that i need to compare is dynamic
Todays date is the date which users logins
textbox date is the date which user enters in textbox
I need to compare textbox date with todays date