You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sarobidy22 01f3843938 commit 19082025 4 months ago
..
.github commit 19082025 4 months ago
build commit 19082025 4 months ago
dist commit 19082025 4 months ago
docs commit 19082025 4 months ago
grunt commit 19082025 4 months ago
js commit 19082025 4 months ago
less commit 19082025 4 months ago
tests commit 19082025 4 months ago
.bower.json commit 19082025 4 months ago
.editorconfig commit 19082025 4 months ago
.gitignore commit 19082025 4 months ago
.travis.yml commit 19082025 4 months ago
CHANGELOG.md commit 19082025 4 months ago
CODE_OF_CONDUCT.md commit 19082025 4 months ago
CONTRIBUTING.md commit 19082025 4 months ago
Gruntfile.js commit 19082025 4 months ago
LICENSE commit 19082025 4 months ago
README.md commit 19082025 4 months ago
bower.json commit 19082025 4 months ago
composer.json commit 19082025 4 months ago
package.json commit 19082025 4 months ago
yarn.lock commit 19082025 4 months ago

README.md

bootstrap-datepicker

Join the chat at https://gitter.im/uxsolutions/bootstrap-datepicker Build Status GitHub license npm Twitter Follow

Versions are incremented according to semver.

CDN

You can use the CloudFlare powered cdnjs.com on your website.

bootstrap-datepicker on cdnjs

Please note: It might take a few hours until a new version is available on cdnjs.

Development

Once you cloned the repo, you'll need to install grunt and the development dependencies using a package manager:

  • yarn (recommended):
$ [sudo] yarn global add grunt-cli
$ yarn install
$ [sudo] npm install --global grunt-cli
$ npm install