DateTimePicker
Capture datetime from the user
Import
Source
Docs
Package
DatePicker props
DateTimePicker
supports most of the DatePicker props,
read through DatePicker documentation to learn about all component features that are not listed on this page.
Usage
With seconds
Value format
Use valueFormat
prop to change dayjs format of value label:
Disabled state
Input props
DateTimePicker
component supports Input and Input.Wrapper components features and all button
element props. DateTimePicker
documentation does not include all features supported by the component – see Input documentation to learn about all available features.
Input description
Clearable
Set clearable
prop to display clear button in the right section. Note that if you set rightSection
prop, clear button will not be displayed.
Open picker in modal
By default, picker is rendered inside Popover.
You can change that to Modal by setting dropdownType="modal"
:
Get element ref
Accessibility
If DateTimePicker
is used without label
prop, it will not be announced properly by screen reader:
Set aria-label
to make the input accessible. In this case label will not be visible, but screen reader will announce it:
If label
prop is set, input will be accessible it is not required to set aria-label
: