Skip to content

kanivets/datepicker-light

Repository files navigation

Datepicker

Light datepicker jquery plugin

Getting Started

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>

License

MIT © Dmitriy Kanivets

About

Light Datepicker

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors