# bootstrap-datepicker [![Join the chat at https://gitter.im/eternicode/bootstrap-datepicker](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/eternicode/bootstrap-datepicker?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) This is a fork of Stefan Petre's [original code](http://www.eyecon.ro/bootstrap-datepicker/); thanks go to him for getting this thing started! Please note that this fork is not used on Stefan's page, nor is it maintained or contributed to by him. Versions are incremented according to [semver](http://semver.org/). ## CDN You can use the [CloudFlare](https://www.cloudflare.com) powered [cdnjs.com](https://cdnjs.com) on your website. [bootstrap-datepicker](http://cdnjs.com/libraries/bootstrap-datepicker) on cdnjs Please note: It might take a few days until a new version is available on cdnjs. ## Links * [Online Demo](http://eternicode.github.io/bootstrap-datepicker/) * [Online Docs](http://bootstrap-datepicker.readthedocs.org/en/stable/) (ReadTheDocs.com) * [Google Group](https://groups.google.com/group/bootstrap-datepicker/) * [Travis CI ![Build Status](https://travis-ci.org/eternicode/bootstrap-datepicker.svg?branch=master)](https://travis-ci.org/eternicode/bootstrap-datepicker) ## Development Once you cloned the repo, you'll need to install [grunt](http://gruntjs.com/) and the development dependencies using [npm](https://www.npmjs.com/). npm install -g grunt-cli npm install