cleandersonlobo / date-picker-materialize

Test version only the Datepicker the Materialize package.
1 stars 0 forks source link

Meteor date-picker-materialize

https://atmospherejs.com/cleandersonlobo/date-picker-materialize

https://atmospherejs.com/cleandersonlobo/date-picker-materialize

pickadate

Meteor packaging of amsul/pickadate.js support

This package is MIT Licensed. Do whatever you like with it but any responsibility for doing so is your own.

All rights to amsul/pickadate.js are with the original author

DatePicker Style

All rights to Materialize are with the original author

Example

In your handlebars template:

<input type="text" class="form-control datepicker">

In client-side JS code:

Template.mytemplate.rendered=function() {
    $('.datepicker').pickadate();
}

======= See http://amsul.ca/pickadate.js/index.htm for more