How to validate one date from current date in javascript?

Posted by angel ansari on Stack Overflow See other posts from Stack Overflow or by angel ansari
Published on 2010-06-17T09:56:25Z Indexed on 2010/06/17 10:23 UTC
Read the original article Hit count: 268

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript