Skip to content

hluz/bootstrap3-datepicker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Meteor packaging of eternicode/bootstrap-datepicker

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%