Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 596 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 596 Bytes

bootstrap3-datepicker

Meteor packaging of eternicode/bootstrap-datepicker with Bootstrap 3 support

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

All rights to eternicode/bootstrap-datepicker are with the original author

Example

In your handlebars template:

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

In client-side JS code:

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

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