Skip to main content

DatePicker.date-selector

Components

DateSelector()

DateSelector(props, context?): ReactNode

Parameters

ParameterType
propsDateSelectorProps
context?any

Returns

ReactNode

Source

libs/design-system-core/src/components/DatePicker/date-selector.tsx:24

Interfaces

DateSelectorProps

Properties

PropertyType
compareDate(currentDay: any, secondDay?: any) => boolean
firstDateDate
handleMonthSelectToggle() => void
monthnumber
secondDateDate
setFirstDateDispatch<SetStateAction<Date>>
setMonthDispatch<SetStateAction<number>>
setSecondDateDispatch<SetStateAction<Date>>
setSelectedDates(date: Date) => void
setYearDispatch<SetStateAction<number>>
yearnumber