Save $100 with promo code CHEERS2025

As we are looking forward to an incredible 2025, enjoy our end-of-year promotion! Valid now through January 6th.

See Pricing

Still using Radzen Studio?
Achieve more with Radzen Blazor Studio

Radzen Blazor Studio is our new flagship product and vision of how rapid Blazor application development should be done.

Go to Radzen Blazor Studio

DatePicker (Angular)

This guide demonstrates how to use the DatePicker component.

DatePicker Properties

Name Type Default Description
Name string ‘datepicker’ + index suffix Unique name of the DatePicker.
Placeholder string empty DatePicker placeholder.
Value Date null DatePicker value.
Utc boolean true Should use UTC format.
ShowTime boolean false Should show time.
ShowSeconds boolean false Should show seconds.
SelectionMode string ‘single’ Selection mode. ‘single’, ‘multiple’ or ‘range’.
Disabled boolean/expression false Is DatePicker disabled.
Visible boolean/expression true Is DatePicker visible.

DatePicker Events

Name Type Default Description
Change event null Change event of the DatePicker. Selected date as event argument.

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

Angular declaration

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