From 1106ebbc0e09ae49bb043760cb633d5097189f17 Mon Sep 17 00:00:00 2001 From: Dan Grossman Date: Mon, 20 Aug 2012 01:26:29 -0300 Subject: [PATCH] Initial README.md --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/README.md b/README.md index e69de29b..05456e98 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,39 @@ +![Improvely.com](http://www.dangrossman.info/wp-content/themes/2012/daterangepicker.png) + +This date range picker component for Twitter Bootstrap creates a dropdown menu from which a user can +select a range of dates. If invoked with no options, it will present two calendars to choose a start +and end date from. Optionally, you can provide a list of date ranges the user can select from instead +of choosing dates from the calendars. If attached to a text input, the selected dates will be inserted +into the text box. Otherwise, you can provide a custom callback function to receive the selection. + +[Live demo & option usage examples](http://www.dangrossman.info/2012/08/20/a-date-range-picker-for-twitter-bootstrap/) + +## Usage + +This component relies on [Twitter Bootstrap](http://twitter.github.com/bootstrap/), +[Datejs](http://www.datejs.com/) and [jQuery](http://jquery.com/). + +Basic usage: + +``` + + + + + + + +``` + + +## License + +This code is made available under the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0), +the same as Twitter Bootstrap. + +Date.js is included in this repository for convenience. It is available under the +[MIT license](http://www.opensource.org/licenses/mit-license.php). \ No newline at end of file