JS Date Validation
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi all, How to validate the date using JS. For ex, Im giving 02/30/1983 as input.It shows server error because Feb doesnt contain 30 days.Please help me to validate this sort of error.
Take a look at the first result here, seems to work quite well javascript date validation[^]
-
Hi all, How to validate the date using JS. For ex, Im giving 02/30/1983 as input.It shows server error because Feb doesnt contain 30 days.Please help me to validate this sort of error.
You can use a Compare Validator.Please check Type and Operator Properties. Otherwise you can use a CustomValidator.
Arun Jacob http://codepronet.blogspot.com/