1. Paste the following code into a <head> tag of your page:
<!-- Calendar Date Picker -->
<noscript><a href="http://calendardatepicker.com">Calendar in Java Script by calendardatepicker.com</a></noscript>
<script type="text/javascript" src="vista-gadgets/jac_skin_vistagadget.js"></script>
<script type="text/javascript" src="vista-gadgets/dcalendar.js"></script>
<!-- (c) 2009, http://calendardatepicker.com -->
2. Paste the following code inside your <BODY> tag:
Click or Enter Textbox to Popup Calendar
<input type="text" id="txt" value="">
<script>
calendarDatePicker.handlers( ['txt','txt', {type : 'datetime'}] );
</script>
|