Tiny date picker

Looking for tiny foot print, fast, scaleable, flexible and pluggable...
This 4.91KB (gZip; 11.79KB minified) small date/time picker provides a lot of hooks for developers to write plugins, calendars, agendas, booking systems, etc. (See demo plugins below in Demo).

Demo

On all elements with className 'date':
$('.date').datePicker()

Range:
Range (name based):

Usage

For the jQuery version:

<script type="text/javascript" src="jqDatePicker.min.js">
<script type="text/javascript">
    $('.color').datePicker(options); // that's it
</script>
Fork me on GitHub