https://github.com/ded/calender
A Calendar DatePicker for Ender
https://github.com/ded/calender
Last synced: 11 months ago
JSON representation
A Calendar DatePicker for Ender
- Host: GitHub
- URL: https://github.com/ded/calender
- Owner: ded
- Created: 2011-11-01T22:18:30.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-04-05T01:47:07.000Z (about 12 years ago)
- Last Synced: 2025-04-11T00:02:59.955Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 44
- Watchers: 6
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CalEnder
A basic, themeable calendar datepicker for [Ender](http://enderjs.com)

Currently, this depends on Enders minimal starter pack [The Jeesh](https://github.com/ender-js/jeesh)
Use it like this:
```html
$('input.my-date').calender()
```
If you're already using ender, you can add it to your existing instance
``` sh
ender add calender
```
Enjoy!