Blog search

Sunday 12 January 2014

JQUERY DATE RANGE PICKER FOR TWITTER BOOTSTRAP



This date range picker component for Twitter Bootstrap creates a dropdown menu from which a user can select a range of dates. It was created for the reporting UI at Improvely.
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.The date range picker relies on jQuery, Datejs for parsing strings into dates and defining custom ranges, and the Twitter Bootstrap CSS.

0 Comments to “JQUERY DATE RANGE PICKER FOR TWITTER BOOTSTRAP”

Post a Comment