Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# meteor-pickadate
pickadate package for Meteor

http://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)