New to Kendo UI for Angular? Start 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>
Name | Type | Default | Description |
---|---|---|---|
day? |
|
Specifies the description for the | |
hour? |
|
Specifies the description for the | |
millisecond? |
|
Specifies the description for the | |
minute? |
|
Specifies the description for the | |
month? |
|
Specifies the description for the | |
second? |
|
Specifies the description for the | |
year? |
|
Specifies the description for the |