A control to enter or select a date range.
When the user needs to input a date range, they can click the standard input box to pop up the date panel to select two dates and times.
Edit on the filter toolbar to query the specified data within the date range
{"RangePicker": {"bind": "range","input": {"type": "RangePicker","props": {"placeholder": ["start time", "end time"]}}}}
type IProps = TimeRangePickerProps & Component.PropsEditComponent & {}
See Antd RangePicker for other properties
A control to enter or select a date range.
When the user needs to input a date range, they can click the standard input box to pop up the date panel to select two dates and times.
Edit on the filter toolbar to query the specified data within the date range
{"RangePicker": {"bind": "range","input": {"type": "RangePicker","props": {"placeholder": ["start time", "end time"]}}}}
type IProps = TimeRangePickerProps & Component.PropsEditComponent & {}
See Antd RangePicker for other properties