uxsolutions/bootstrap-datepicker

A datepicker for twitter bootstrap (@twbs)

JavaScriptApache-2.012.7k5.9k387883 open issues
Created Mar 17, 2012Last commit Sep 15, 2025Last human commit May 13, 2023
bootstrapbootstrap-datepickerjavascript
Embed Badge
Play on Codakey
Markdown
[![Play on Codakey](https://codakey.io/badge.svg)](https://codakey.io/projects/uxsolutions-bootstrap-datepicker)
HTML
<a href="https://codakey.io/projects/uxsolutions-bootstrap-datepicker"><img src="https://codakey.io/badge.svg" alt="Play on Codakey" height="28" /></a>

Daily Activity

Monthly Activity

Star History

README

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

Related Projects