Time range for less than a day

Hello,
is there any way in Plotly dash to create a time range, in this a callback will be executed other than dcc.DatePickerRange? I want to create a time range for less than a day, but I have not found any method! any ideas?

thanks

You could try using dmc.TimeInput

thanks for the answer, i will try it.
Is it possible to use it the same way like DatePickerRange?

You could use two dmc.TimeInput components to define the range

1 Like