How to validate one date from current date in javascript?
- by angel ansari
hi
In my page one asp.net Textbox to enter the date.
I need to validate the textbox value ( dd-mmm-yyyy format) should be less than or equal to Current Date using Javascript.
validation using javascript when press on enter button.