DateInput

Example

<kendo-dateinput>
</kendo-dateinput>

Attributes

Attribute Type Description
name String Sets the name of the component.
fill-mode FillMode Sets a value controlling how the color is applied.
for ModelExpression An expression to be evaluated against the current model.
format String Specifies the format, which is used to format the value of the DateInput displayed in the input. The format also will be used to parse the input.
max DateTime Specifies the maximum date which can be entered in the input.
min DateTime Specifies the minimum date that which be entered in the input.
on-change String Fires when the selected date is changed
rounded Rounded Sets a value controlling the border radius.
size ComponentSize Sets the size of the component.
value DateTime Specifies the selected date.
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-child-component Boolean
In this article
Not finding the help you need?