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

DateInputCustomFormatPlaceholder

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

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

day?

string

Specifies the description for the day format section.

hour?

string

Specifies the description for the hour format section.

millisecond?

string

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.

Not finding the help you need?
Contact Support