datepicker
==========

small Javascript datepicker script.


FEATURES
--------

- Small:
  - Filesize: +- 6.4KB.
  - Lines: +- 200, not much code, so hopefully easy to understand.
  - No dependencies on other libraries like jQuery.
- "Graceful" fallback to the HTML5 datepicker if it is supported.
- Supports min and max date attribute.
- Support ISO weekdate (monday) or not (sunday).
- Permissive ISC license, see LICENSE file, feel free to contact me for
  questions or other terms.
- Officially supported browsers are:
  - Firefox and Firefox ESR.
  - Chrome and most recent webkit-based browsers.
  - IE10+.


USAGE
-----


EXAMPLES
--------

See example.html for an example.

<input type="date" class="date" min="2016-01-01" max="2016-12-31" />

An input should have the classname "date" set.


Author
------

Hiltjo Posthuma <hiltjo@codemadness.org>
