This is how the calendar will look on your site.
<!-- 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>
<!-- Calendar -->
<noscript>Calendar provided by <a href="http://www.top-site-list.com">Top Site List Planet</a></noscript>
<div class="calendar"></div>
<script>
$(function() {
$(".calendar").datepicker();
});
</script>
<!-- End of calendar -->