/bootstrap-datepicker

Meteor packaging of bootstrap-datepicker

Primary LanguageJavaScript

bootstrap-datepicker

Meteor packaging of bootstrap-datepicker

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

Example

in handlebars template

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