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 |
|
Defines the description for the | |
hour |
|
Defines the description for the | |
millisecond |
|
Defines the description for the | |
minute |
|
Defines the description for the | |
month |
|
Defines the description for the | |
second |
|
Defines the description for the | |
year |
|
Defines the description for the |