BiFace_Server_Lite/vendor/almasaeed2010/adminlte/bower_components/bootstrap-datepicker
2020-03-27 10:13:51 +07:00
..
.github init 2020-03-27 10:13:51 +07:00
build init 2020-03-27 10:13:51 +07:00
dist init 2020-03-27 10:13:51 +07:00
docs init 2020-03-27 10:13:51 +07:00
grunt init 2020-03-27 10:13:51 +07:00
js init 2020-03-27 10:13:51 +07:00
less init 2020-03-27 10:13:51 +07:00
tests init 2020-03-27 10:13:51 +07:00
.bower.json init 2020-03-27 10:13:51 +07:00
.editorconfig init 2020-03-27 10:13:51 +07:00
.gitignore init 2020-03-27 10:13:51 +07:00
.travis.yml init 2020-03-27 10:13:51 +07:00
bower.json init 2020-03-27 10:13:51 +07:00
CHANGELOG.md init 2020-03-27 10:13:51 +07:00
CODE_OF_CONDUCT.md init 2020-03-27 10:13:51 +07:00
composer.json init 2020-03-27 10:13:51 +07:00
CONTRIBUTING.md init 2020-03-27 10:13:51 +07:00
Gruntfile.js init 2020-03-27 10:13:51 +07:00
LICENSE init 2020-03-27 10:13:51 +07:00
package.json init 2020-03-27 10:13:51 +07:00
README.md init 2020-03-27 10:13:51 +07:00
yarn.lock init 2020-03-27 10:13:51 +07: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