FormatSettings
Interface
Represents the Kendo UI DateInput format settings interface.
Specifies the formats used by the DateInput mask when the input is focused or blurred (see example).
Definition
Package:@progress/kendo-angular-dateinputs
Syntax:
html
<kendo-dateinput
[formatSettings]="{
inputFormat: 'MM/dd/yyyy',
displayFormat: 'MMMM dd, yyyy'
}">
</kendo-dateinput>
Properties
displayFormat
string | DateFormatOptions
Specifies the format used when the input is blurred.
inputFormat
string | DateFormatOptions
Specifies the format used when the input is focused.