QDateRangeScroller

QDateRangeScroller renders start and end date scrollers together. It validates that the end date does not come before the start date unless disable-validation is enabled.

Loading QDateRangeScroller API...

Basic

Basic Date Range Scroller


Colors

Use palette names, CSS colors, or CSS custom properties to tune the date range scroller.

Date Range Scroller Colors


Disabled

Disable the full range picker or block specific start/end date values.

Disabled Date Range Scroller


Visible Parts

Hide year, month, or day columns when the surrounding UI already provides that context.

Date Range Scroller Visible Parts


Locale

Use the locale prop to change generated labels for both date scrollers in the range.

Date Range Scroller Locale


QInput

Use a popup range scroller when the main form should keep a simple input-shaped control.

Date Range Scroller In QInput


Slots

Use slots to display the selected range in custom header or footer content.

Date Range Scroller Slots


Value Types

Range scrollers can work with string, object, array, and Date pairs.

Date Range Scroller Value Types