Click on the field to select a date.
<!-- jQuery and jQuery UI are required if you're not already using them -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/themes/smoothness/jquery-ui.css" />
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.0/jquery-ui.min.js"></script>
<!-- Date input -->
<noscript>Date input provided by <a href="http://www.top-site-list.com">Top Site List Planet</a></noscript>
<input type="text" name="date" class="dateInput" />
<script>
$(function() {
$(".dateInput").datepicker();
});
</script>
<!-- End of date input -->