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

Represents the Kendo UI DateInput custom format placeholder interface. Defines a custom-format placeholder structure in the DateInput component.

Definition

Package:@progress/kendo-angular-dateinputs

Syntax:

ts
<kendo-dateinput format="G"
  [formatPlaceholder]="{
     year: 'y', month: 'M', day: 'd',
     hour: 'h', minute: 'm', second: 's'
   }"
></kendo-dateinput>

Properties

day?

string

Specifies the description for the day format section.

hour?

string

Specifies the description for the hour format section.

Specifies the description for the millisecond format section.

minute?

string

Specifies the description for the minute format section.

month?

string

Specifies the description for the month format section.

second?

string

Specifies the description for the second format section.

year?

string

Specifies the description for the year format section.