Interact with the date picker and tweak its props live. The generated code below updates automatically.
Always-visible inline picker
Use AM/PM time format
Ping-pong start/end selection
End date stays in the past
Apply callback on every change
Newest years shown first
Copy this code to use the picker with your current settings.
<ReactDateTimePicker ranges={ranges} start={start} end={end} applyCallback={handleApply} standalone />