The Wayback Machine - https://web.archive.org/web/20200510135727/https://github.com/uxsolutions/bootstrap-datepicker
Skip to content
A datepicker for twitter bootstrap (@twbs)
JavaScript CSS HTML
Branch: master
Clone or download

Latest commit

dependabot Bump jquery from 3.4.1 to 3.5.0 (#2557)
Bumps [jquery](https://github.com/jquery/jquery) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](jquery/jquery@3.4.1...3.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Latest commit f489eb3 May 4, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Basic pullrequest template Oct 18, 2016
build [BS3 Less] Remove unused variables and clear Oct 23, 2015
dist Bulgarian locale fix Aug 21, 2019
docs Update Puppeteer (#2498) Jul 21, 2019
grunt Reworked grunt tasks Feb 8, 2015
js Merge branch 'master' into master Jul 27, 2019
less Removed text-shadow from input-group-addon (#2341) Jan 27, 2018
tests Update jQuery for test (#2499) Jul 21, 2019
.editorconfig Update docs and scheme (#2444) Nov 6, 2018
.gitignore Add files option for npm, fix docs, fix indents on tests May 14, 2016
.travis.yml Bump v1.9.0 May 19, 2019
CHANGELOG.md Update Puppeteer (#2498) Jul 21, 2019
CODE_OF_CONDUCT.md Update docs and scheme (#2444) Nov 6, 2018
CONTRIBUTING.md Update docs and scheme (#2444) Nov 6, 2018
Gruntfile.js Update Puppeteer (#2498) Jul 21, 2019
LICENSE Update Puppeteer (#2498) Jul 21, 2019
README.md Update README.md (#2504) Nov 15, 2019
bower.json Added upper version constraints for jquery Aug 3, 2016
composer.json Merge pull request #2031 from acrobat/reference-cleanup Oct 7, 2016
package.json [CVE-2019-11358] Fix vuln jquery <3.4.0 Sep 7, 2019
yarn.lock Bump jquery from 3.4.1 to 3.5.0 (#2557) May 4, 2020

README.md

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.

Links

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
$ [sudo] npm install --global grunt-cli
$ npm install
You can’t perform that action at this time.