Light datepicker jquery plugin
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script>
<script src="dist/datepicker-light.min.css"></script>
<script src="dist/datepicker-light.min.js"></script>
<script>
jQuery(function ($) {
$('input[type=date]').datepickerLight();
});
</script>MIT © Dmitriy Kanivets