No commit activity in last 3 years
No release in over 3 years
this is a gem for bootstrap-datetimepicker.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 4.0.2
 Project Readme

#bootstrap_datetimepicker_railsx

bootstrap_datetimepicker_railsx provides the bootstrap-datetimepicker stylesheets and javascripts as a Rails engine for use with asset pipeline. This gem is used for Rails4+

##Installation

Add this to your Gemfile:

	gem "bootstrap_datetimepicker_railsx",:git =>"https://github.com/august-zou/bootstrap_datetimepicker_railsx.git:git"

and run bundle install

##Usage

bootstrap_datetimepicker_railsx depends on gem 'bootstrap-sass',so you should add bootstrap-sass to your Gemfile firstly

###Add CSS

In your application.css,include the css file:

	/*
	*= require bootstrap_datetimepicker_railsx/bootstrap-datetimepicker
	*/

###Add Javascript

In your application.js,include the js file:

	//= require bootstrap_datetimepicker_railsx/bootstrap-datetimepicker

##License

MIT License