ESH/adminlte/bower_components/bootstrap-datepicker
2024-10-23 18:28:06 +05:30
..
.github first commit 2024-10-23 18:28:06 +05:30
build first commit 2024-10-23 18:28:06 +05:30
dist first commit 2024-10-23 18:28:06 +05:30
docs first commit 2024-10-23 18:28:06 +05:30
grunt first commit 2024-10-23 18:28:06 +05:30
js first commit 2024-10-23 18:28:06 +05:30
less first commit 2024-10-23 18:28:06 +05:30
tests first commit 2024-10-23 18:28:06 +05:30
.bower.json first commit 2024-10-23 18:28:06 +05:30
.editorconfig first commit 2024-10-23 18:28:06 +05:30
.gitignore first commit 2024-10-23 18:28:06 +05:30
.travis.yml first commit 2024-10-23 18:28:06 +05:30
bower.json first commit 2024-10-23 18:28:06 +05:30
CHANGELOG.md first commit 2024-10-23 18:28:06 +05:30
CODE_OF_CONDUCT.md first commit 2024-10-23 18:28:06 +05:30
composer.json first commit 2024-10-23 18:28:06 +05:30
CONTRIBUTING.md first commit 2024-10-23 18:28:06 +05:30
Gruntfile.js first commit 2024-10-23 18:28:06 +05:30
LICENSE first commit 2024-10-23 18:28:06 +05:30
package.json first commit 2024-10-23 18:28:06 +05:30
README.md first commit 2024-10-23 18:28:06 +05:30
yarn.lock first commit 2024-10-23 18:28:06 +05:30

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