Usage of Calendar using JQUERY and populateing age automatically in text box
Please go to this link (http://www.java2s.com/Code/JavaScript/GUI-Components/jquerycalendar.htm) ) and download first jquery-calendar.zip. Extract the zip file and copy the files jquery.js, jquery-alendar.css, jquery-calendar.js into the directory where the webpage is kept in which u want to add the functionality of calendar.Now
1) Add these files to your webpage
<script type=”text/javascript” src=”jquery.js”></script>
<script type=”text/javascript” src=”jquery-calendar.js”></script>
<link rel=”stylesheet” href=”jquery-calendar.css” />
2)Now copy the [...]

