Skip to content

dsherret/bootstrap-datetimepicker

 
 

Repository files navigation

##This is project is not currently being maintained

Forked from http://www.eyecon.ro/bootstrap-datepicker/

See documentation here.


##Bootstrap 3.0 Support

Forked to support Bootstrap 3.0. Use like so:

<div class="date input-group">
	<input data-format="MM/dd/yyyy" type="text" class="form-control">
	<span class="input-group-addon">
		<span data-time-icon="glyphicon glyphicon-time" data-date-icon="glyphicon glyphicon-calendar"></span>
	</span>
</div>

About

Date/time picker widget for twitter bootstrap 3.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.2%
  • CoffeeScript 20.8%
  • CSS 3.6%
  • Shell 1.4%