Edit page
Home
Getting Started
Components
AlertAnimateHeightAvatarAvatarListBadgeButtonButtonMenuCalendarCalendarRangeCardCarouselChipClickOutsideContainerContentLoaderCurrencyDataTableDatePickerDateTimePickerPropsExamplesDividerDrawerDropdownFloatingActionsGoogleMapGridIconIconDotIfInfiniteScrollKW LogoLoaderModalMonthPickerMonthRangeNavIconOptionsTogglePaginationPartnerLogoResponsiveSVG IconSnackbarStaticMapStatusIndicatorTabTableTimePickerToastsTooltip
Forms
Typography
Utilities
Visualization Components

DateTimePicker

Input to select a single date and time.

Props

blockedDays
Array<{}>
[]
calendarProps
{}
{}
className
String
[Empty string]
confirmBeforeChange
Bool
false
confirmButtonText
String
"Apply date and time"
locale
String
"en"
name
String
required
onChange
Func
required
rangeEnd
{}
null
rangeStart
{}
moment() .hour(0) .minute(0) .second(0)
textInputProps
{}
{}
timePickerProps
{}
{}
value
{}
null

Examples

Basic DateTimePicker

DateTimePicker with specified date range

DateTimePicker with blocked days

DateTimePicker with confirm button