An open API service indexing awesome lists of open source software.

https://github.com/integralist/date-picker

Date picker widget (uses my Standardizer library, but that can be stripped out for your library of choice as it's only being used for basic convenience methods such as adding/removing class and grabbing elements)
https://github.com/integralist/date-picker

Last synced: 12 months ago
JSON representation

Date picker widget (uses my Standardizer library, but that can be stripped out for your library of choice as it's only being used for basic convenience methods such as adding/removing class and grabbing elements)

Awesome Lists containing this project

README

          

[Integralist](http://www.integralist.co.uk/) - Date Picker
================================

Description
-----------

Date picker widget.

TODO
-----------------

* Use a template engine (either home grown or existing - such as Mustache.js)
* Maybe remove any reliance on a library (although my Standardizer library is just basic convenience methods, people may prefer to just have the core functions that are used moved out into the main date-picker script)