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).
$('.date').datePicker()
For the jQuery version:
<script type="text/javascript" src="jqDatePicker.min.js"> <script type="text/javascript"> $('.color').datePicker(options); // that's it </script>