The text of this article is not in this database — only its details are. Read it on the old site: Custom Validation to Validate Dates with Client-Script
6 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

Dorababu MekaPosted Oct 13, 2018, 10:50 AM
Teja I didn't get your question, you want to validate for 21 years? If so try changing 18 to 21 and try
Tejareddy BPosted Oct 1, 2018, 12:04 AM
Validation is to be as follows minimum hiring should be done when employee age exceed 20 years
Tejareddy BPosted Oct 1, 2018, 12:02 AM
Hiredate and date of birth validation needed in oaf
Dorababu MekaPosted Oct 5, 2012, 8:56 AM
Hi priya mathiyalagan set showOnFocus:true as follows in the script <script type="text/javascript"> $(function () { $('#ctl00_ContentPlaceHolder1_txtDateofBirth').datepick({ showOnFocus: true, showTrigger: '#Img1' }); }); </script>
priya mathiyalaganeditedPosted Mar 2, 2012, 6:58 AMEdited Mar 2, 2012, 7:00 AM
Thanks nice article.i ve doubt in this, if i want to use the calender in textbox instead of the calender icon mean what should i do?Actually am trying some method but didnt work .I cal the textbox id instead of the image id , but it shows double textbox .
priya mathiyalaganPosted Mar 2, 2012, 6:58 AM
Thanks nice article.i ve doubt in this, if i want to use the calender in textbox instead of the calender icon mean what should i do?Actually am trying some method but didnt work .I cal the textbox id instead of the image id , but it shows double textbox .