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) => null | Date

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

Parameters

text

string

format

string

Returns

null | Date


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