ohctech_p8/adminlte/bower_components/bootstrap-datepicker
2024-10-16 19:18:52 +05:30
..
.github added files and database 2024-10-16 19:18:52 +05:30
build added files and database 2024-10-16 19:18:52 +05:30
dist added files and database 2024-10-16 19:18:52 +05:30
docs added files and database 2024-10-16 19:18:52 +05:30
grunt added files and database 2024-10-16 19:18:52 +05:30
js added files and database 2024-10-16 19:18:52 +05:30
less added files and database 2024-10-16 19:18:52 +05:30
tests added files and database 2024-10-16 19:18:52 +05:30
.bower.json added files and database 2024-10-16 19:18:52 +05:30
.editorconfig added files and database 2024-10-16 19:18:52 +05:30
.gitignore added files and database 2024-10-16 19:18:52 +05:30
.travis.yml added files and database 2024-10-16 19:18:52 +05:30
bower.json added files and database 2024-10-16 19:18:52 +05:30
CHANGELOG.md added files and database 2024-10-16 19:18:52 +05:30
CODE_OF_CONDUCT.md added files and database 2024-10-16 19:18:52 +05:30
composer.json added files and database 2024-10-16 19:18:52 +05:30
CONTRIBUTING.md added files and database 2024-10-16 19:18:52 +05:30
Gruntfile.js added files and database 2024-10-16 19:18:52 +05:30
LICENSE added files and database 2024-10-16 19:18:52 +05:30
package.json added files and database 2024-10-16 19:18:52 +05:30
README.md added files and database 2024-10-16 19:18:52 +05:30
yarn.lock added files and database 2024-10-16 19:18:52 +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