Select theme:

DatePicker (Angular)Link to this section

This guide demonstrates how to use the DatePicker component.

DatePicker PropertiesLink to this section

NameTypeDefaultDescription
Namestring'datepicker' + index suffixUnique name of the DatePicker.
PlaceholderstringemptyDatePicker placeholder.
ValueDatenullDatePicker value.
UtcbooleantrueShould use UTC format.
ShowTimebooleanfalseShould show time.
ShowSecondsbooleanfalseShould show seconds.
SelectionModestring'single'Selection mode. 'single', 'multiple' or 'range'.
Disabledboolean/expressionfalseIs DatePicker disabled.
Visibleboolean/expressiontrueIs DatePicker visible.

image

DatePicker EventsLink to this section

NameTypeDefaultDescription
ChangeeventnullChange event of the DatePicker. Selected date as event argument.

image

For more info about event actions please visit event actions in our documentation.

Angular declarationLink to this section

<rz-datepicker #datepicker0 (change)="datepicker0Change($event)">
</rz-datepicker>

© 2016-2026 Radzen Ltd. All Rights Reserved.
Designed and developed with ❤️ in Radzen Blazor Studio.
IP Geolocation by DB-IP

Select theme: