Skip to main content

Interface: DatePickerCharacteristic

Defined in: component-driver-mui-x-v5/src/components/datepicker/types.ts:1

Properties​

defaultFormat​

defaultFormat: string

Defined in: component-driver-mui-x-v5/src/components/datepicker/types.ts:7

Format hint displayed in the input field


textEntryToValue()​

textEntryToValue: (text, format) => Date | null

Defined in: component-driver-mui-x-v5/src/components/datepicker/types.ts:3

Parameters​

text​

string

format​

string

Returns​

Date | null


valueToTextEntry()​

valueToTextEntry: (value, format) => string

Defined in: component-driver-mui-x-v5/src/components/datepicker/types.ts:2

Parameters​

value​

Date

format​

string

Returns​

string