Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 996 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 996 Bytes

DatePickr

The ultimate jQuery datepicker with features such as custom styling, draggable date range picking, inline calendar, etc..

Usage

Simply include jQuery and then the DatePickr JavaScript and CSS files. The minified DatePickr JavaScript and CSS files is recommended for better performance.

<script src="path/to/jquery.min.js"></script>
<script src="path/to/datepickr.min.js"></script>
<link rel="stylesheet" href="path/to/datepickr.min.css"/>

Please see the DatePickr Github Page or examples directory for examples. For the API see the wiki.

##Bugs and Feature Requests

Found a bug? Want to suggest a feature request? Then please submit an issue.

##Change Log

  • 1.0.0 - Create DatePickr
  • 1.0.1 - Fixed small bug that caused DatePickr to disfunction.