overleaf/daterangepicker — explained in plain English
Analysis updated 2026-07-25 · repo last pushed 2020-05-29
Add a date range filter to a sales or analytics dashboard so users can pull up specific periods.
Build a hotel or appointment booking form where users select check-in and check-out dates from a popup calendar.
Create a scheduling app that lets users pick both a date and a specific time for an appointment.
Add a localized date picker to a website that supports multiple languages.
| overleaf/daterangepicker | 00kaku/gallery-slider-block | 0xkinno/vellum | |
|---|---|---|---|
| Stars | — | — | 0 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2020-05-29 | 2021-05-19 | — |
| Maintenance | Dormant | Dormant | — |
| Setup difficulty | moderate | easy | hard |
| Complexity | 2/5 | 2/5 | 4/5 |
| Audience | developer | general | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Bootstrap for styling and the README is sparse, pointing to a separate documentation site for installation steps.
This project gives websites a polished date range picker, the kind of dropdown calendar where users can click a start date and an end date in one smooth interaction. If you've ever booked a hotel and selected your check-in and check-out dates from a little popup calendar, you've seen exactly what this component provides. It was originally built for a web analytics product called Improvely, which needed a clean way for users to pick date ranges when viewing reports. The component is designed to blend into sites that already use Bootstrap, a popular toolkit for building web pages. It pops up a calendar dropdown when a user clicks on a text field, lets them pick a range or a single date, and fills in the selection. Beyond basic date picking, it supports a handful of practical features: you can restrict how far back or forward someone can go, translate the labels into other languages, customize date formats, and optionally add time selection, useful for appointment or reservation booking. A web developer building a dashboard, booking system, or any application where users need to filter by date would use this. For example, someone creating a sales reporting tool might drop it in so users can quickly pull up "last 30 days" or a custom range. A scheduling app could use the time picker mode so users select both a date and a specific hour for an appointment. The project includes Moment.js, a widely used date-handling library, bundled right in for convenience. The README is sparse on technical setup details, it points to a separate documentation site for installation instructions and live examples rather than walking through configuration steps. The component's styling matches Bootstrap's default look, so it fits naturally into sites already built with that framework.
A calendar popup for websites that lets users pick a start and end date in one interaction. It blends into sites using Bootstrap and supports date limits, translations, and optional time selection.
Mainly JavaScript. The stack also includes JavaScript, Bootstrap, Moment.js.
Dormant — no commits in 2+ years (last push 2020-05-29).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.