eternicode / bootstrap-datepicker
A datepicker for Bootstrap
Installs: 508 079
Dependents: 6
Suggesters: 0
Security: 0
Stars: 12 662
Watchers: 442
Forks: 6 064
Open Issues: 886
Language:JavaScript
Type:component
Requires
- components/bootstrap: >=2.0, <4.0
- components/jquery: >=1.7.1, <4.0.0
- robloach/component-installer: *
- dev-master
- v1.10.0
- v1.9.0
- v1.8.0
- v1.7.1
- v1.7.0
- v1.7.0-RC3
- v1.7.0-RC2
- v1.7.0-RC1
- 1.6.x-dev
- v1.6.4
- v1.6.3
- v1.6.2
- v1.6.1
- v1.6.0
- v1.6.0-alpha
- 1.5.x-dev
- v1.5.1
- v1.5.0
- v1.5.0-RC1
- v1.4.1
- v1.4.0
- 1.3.1
- 1.3.0
- 1.3.0-rc.6
- 1.3.0-rc.5
- 1.3.0-rc.4
- 1.3.0-rc.3
- 1.3.0-rc.2
- 1.3.0-rc.1
- 1.2.0
- 1.2.0-rc.1
- dev-dependabot/npm_and_yarn/minimatch-3.0.8
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/grunt-1.5.3
- dev-dependabot/npm_and_yarn/simple-get-2.8.2
- dev-extensible
This package is auto-updated.
Last update: 2024-10-13 22:30:55 UTC
README
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.
Links
- Online Demo
- Online Docs (ReadTheDocs.com)
- Google Group
- Travis CI
Snippets
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
- npm:
$ [sudo] npm install --global grunt-cli
$ npm install