# bootstrap-datepicker

> A datepicker for Bootstrap

Latest version **1.10.1** (published 2025-09-16) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install bootstrap-datepicker
pnpm add bootstrap-datepicker
yarn add bootstrap-datepicker
bun add bootstrap-datepicker
```

## Health

**Score 58/100 (C)** — status: stable.

Positive: has types package; no vulnerabilities; high quality score; popular repo.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 1.10.1 |
| Published | 2025-09-16 |
| First published | 2015-03-09 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | separate (@types/bootstrap-datepicker) |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 538 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 12642 |
| Author | Andrew Rowls |
| Maintainers | vsn4ik, acrobat |
| Keywords | datepicker, bootstrap |

## Links

- npm: https://www.npmjs.com/package/bootstrap-datepicker
- Repository: https://github.com/uxsolutions/bootstrap-datepicker
- Issues: https://github.com/uxsolutions/bootstrap-datepicker/issues
- npm.io page: https://npm.io/package/bootstrap-datepicker

## Dependencies (1)

- [jquery](https://npm.io/package/jquery.md) >=3.4.0 <4.0.0

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 1.10.1 (latest) — 2025-09-16
- 1.7.0-RC3 (release-candidate) — 2017-05-01
- 1.6.0-alpha (alpha) — 2016-01-17
- 1.10.0 — 2023-05-13
- 1.9.0 — 2019-05-20
- 1.8.0 — 2018-03-30
- 1.7.1 — 2017-07-06
- 1.7.0 — 2017-06-17
- 1.7.0-RC2 — 2017-03-26
- 1.7.0-RC1 — 2017-01-22
- 1.6.4 — 2016-08-05
- 1.6.3 — 2016-08-05
- 1.6.2 — 2016-08-03
- 1.6.1 — 2016-05-06
- 1.6.0 — 2016-02-01
- … 5 more at https://npm.io/package/bootstrap-datepicker/versions

## README

# bootstrap-datepicker

[![Join the chat at https://gitter.im/uxsolutions/bootstrap-datepicker](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/uxsolutions/bootstrap-datepicker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://github.com/uxsolutions/bootstrap-datepicker/workflows/Ci/badge.svg)](https://github.com/uxsolutions/bootstrap-datepicker/actions/workflows/ci.yaml)
[![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/uxsolutions/bootstrap-datepicker/master/LICENSE)
[![npm](https://img.shields.io/npm/dt/bootstrap-datepicker.svg)](https://github.com/uxsolutions/bootstrap-datepicker)
[![Twitter Follow](https://img.shields.io/twitter/follow/bsdatepicker.svg?style=social&label=Follow)](https://twitter.com/bsdatepicker)

Versions are incremented according to [semver](https://semver.org/).

## CDN

You can use the [CloudFlare](https://www.cloudflare.com) powered [cdnjs.com](https://cdnjs.com) on your website.

[bootstrap-datepicker](https://cdnjs.com/libraries/bootstrap-datepicker) on cdnjs

Please note: It might take a few hours until a new version is available on cdnjs.

## Links

* [Online Demo](https://uxsolutions.github.io/bootstrap-datepicker/)
* [Online Docs](https://bootstrap-datepicker.readthedocs.io/en/stable/) (ReadTheDocs.com)
* [Google Group](https://groups.google.com/group/bootstrap-datepicker/)

#### Snippets
* [Booking demo with two pickers](https://jsfiddle.net/azaret/25bqa6ho/)

## Development

Once you cloned the repo, you'll need to install [grunt](https://gruntjs.com/) and the development dependencies using a package manager:

* [yarn](https://yarnpkg.com/) (recommended):

```
$ [sudo] yarn global add grunt-cli
$ yarn install
```

* [npm](https://www.npmjs.com/):

```
$ [sudo] npm install --global grunt-cli
$ npm install
```

---
_Source: https://npm.io/package/bootstrap-datepicker · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
