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)
- Host: GitHub
- URL: https://github.com/integralist/date-picker
- Owner: Integralist
- Created: 2011-10-19T08:36:06.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-19T08:45:48.000Z (over 14 years ago)
- Last Synced: 2024-12-31T13:43:39.403Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)