Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 509 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 509 Bytes

bootstrap-datepicker

Meteor packaging of bootstrap-datepicker 1.3.0

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

All rights to bootstrap-datepicker are with the original author.

See: http://eternicode.github.io/bootstrap-datepicker/

Example

in handlebars template

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

in html

 <input type="text" class="datepicker">