calender in asp.net using jquery
how to create a calender using jquery for asp.net and to validate the age above 18.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Venkat KumarPosted Apr 27, 2015, 8:03 AM
Date:
g sPosted May 9, 2015, 9:38 AM
http://dotnetdrizzles.blogspot.in/2014/11/how-to-calender-control-datepicker.html
http://dotnetdrizzles.blogspot.in/2014/09/jquery-datepicker-with-textbox-using.html
Abhineet SrivastavaPosted Apr 27, 2015, 9:18 AM
sreepathy s prabhuPosted Apr 27, 2015, 5:51 AM
Manoj BhoirPosted Apr 27, 2015, 5:35 AM
You can use jQuery Datepicker Control.
Please see this link : http://jqueryui.com/datepicker/
To validate age
You can create a form and by accepting Birth Date and calculating date difference between birth date and current date you can perform age validation.