DateTimePicker

The DateTimePicker component is a user interface element that allows users to select both dates and times from a single interface. It provides a calendar view for selecting dates and a dropdown or input fields for specifying times. This component is essential for applications that require precise scheduling or event management, offering a seamless way to input both date and time information.

DateTimePicker

locale

Locale | Locale & string

onChange

((date?: Date) => void) & ((date?: Date) => void)

size

"xs" | "sm" | "md" | "lg" | undefined = md

transparent

Boolean

value
Required

string | Date