DevExtreme React - Specify the Value Range

Use the min and max options to specify the range of available dates.

If you need to disable specific dates, use the disabledDates option. You can specify either an array of predefined dates or a function that determines whether a date is available. For example, the following code disables weekends:

View Demo

See Also