DateTimePicker
locale
Locale
onChange
FormEventHandler<HTMLDivElement> & ((date?: Date) => void)
size
"lg" | "md" | "sm" | "xs" | undefined = md
transparent
Boolean
value
string | Date | undefined = new Date()
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.
locale
Locale
onChange
FormEventHandler<HTMLDivElement> & ((date?: Date) => void)
size
"lg" | "md" | "sm" | "xs" | undefined = md
transparent
Boolean
value
string | Date | undefined = new Date()