| Share this post! | Vote this! |
|
Validate entered From Date and To Date in web application text box field using JavaScript.
Validations:
Date entered or not
Entered date as valid or not (checking special characters)
Entered date as valid date format or not
Check To Date should be greater than From Date
The below JavaScript functions validate the above validation points with entered From and To Date in Web application screen.
This JavaScript function is called in Submit onclientclick event and passes From and To date text box field client id.




0 comments:
Post a Comment