New to Kendo UI for AngularStart a free 30-day trial

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.

In this article
DefinitionPropertiesdisplayFormatinputFormat
Not finding the help you need?
Contact Support