motorbike/public/assets/bower_components/bootstrap-datepicker
2025-08-19 13:53:05 +03:00
..
.github commit 19082025 2025-08-19 13:53:05 +03:00
build commit 19082025 2025-08-19 13:53:05 +03:00
dist commit 19082025 2025-08-19 13:53:05 +03:00
docs commit 19082025 2025-08-19 13:53:05 +03:00
grunt commit 19082025 2025-08-19 13:53:05 +03:00
js commit 19082025 2025-08-19 13:53:05 +03:00
less commit 19082025 2025-08-19 13:53:05 +03:00
tests commit 19082025 2025-08-19 13:53:05 +03:00
.bower.json commit 19082025 2025-08-19 13:53:05 +03:00
.editorconfig commit 19082025 2025-08-19 13:53:05 +03:00
.gitignore commit 19082025 2025-08-19 13:53:05 +03:00
.travis.yml commit 19082025 2025-08-19 13:53:05 +03:00
bower.json commit 19082025 2025-08-19 13:53:05 +03:00
CHANGELOG.md commit 19082025 2025-08-19 13:53:05 +03:00
CODE_OF_CONDUCT.md commit 19082025 2025-08-19 13:53:05 +03:00
composer.json commit 19082025 2025-08-19 13:53:05 +03:00
CONTRIBUTING.md commit 19082025 2025-08-19 13:53:05 +03:00
Gruntfile.js commit 19082025 2025-08-19 13:53:05 +03:00
LICENSE commit 19082025 2025-08-19 13:53:05 +03:00
package.json commit 19082025 2025-08-19 13:53:05 +03:00
README.md commit 19082025 2025-08-19 13:53:05 +03:00
yarn.lock commit 19082025 2025-08-19 13:53:05 +03:00

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