Skip to content

DateTimeInput

const DateTimeInput: ForwardRefExoticComponent<DateTimeInputProps & RefAttributes<HTMLInputElement>>

Defined in: packages/react/src/components/ui/datetime/input.tsx:95

Segmented date/time text input that parses a date-fns format string into individually editable date segments (year, month, day, hour, minute, etc.). Shows a validation icon and calls onChange whenever a fully valid date is entered.