Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedirandy/meteor-pickadate
pickadate package for Meteor
https://github.com/jedirandy/meteor-pickadate
Last synced: about 1 month ago
JSON representation
pickadate package for Meteor
- Host: GitHub
- URL: https://github.com/jedirandy/meteor-pickadate
- Owner: jedirandy
- Created: 2015-09-13T10:06:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-23T15:43:35.000Z (over 9 years ago)
- Last Synced: 2024-04-14T06:03:12.477Z (9 months ago)
- Language: JavaScript
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meteor-pickadate
pickadate package for Meteorhttp://amsul.ca/pickadate.js/
Current version `3.5.6`
## Usage
- insert a input
``````
- to create a date picker
```
$('#input_id').pickadate(opts)
```- to create a time picker
```
$('#input_id').pickatime(opts)