DateInputCustomFormatPlaceholder
The interface which defines a custom-format placeholder structure in the DateInput component.
@Component({
selector: 'my-app',
template: `
<kendo-dateinput format="G"
[formatPlaceholder]="{
year: 'y', month: 'M', day: 'd',
hour: 'h', minute: 'm', second: 's'
}"
></kendo-dateinput>
`
})
export class AppComponent { }
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
day | string | Defines the description for the | |
hour | string | Defines the description for the | |
minute | string | Defines the description for the | |
month | string | Defines the description for the | |
second | string | Defines the description for the | |
year | string | Defines the description for the |