Time Picker

Timepicker and TimepickerControl components are built on top of Blazor's InputDate (pre-.net 6) or InputBase (.net 6+) class, and support all standard behaviors for form model and validation. They must be wrapped inside Blazor's EditForm component or Blazority's Form component, and cannot be used in standalone mode. Learn more at ASP.NET Core Blazor forms and validation

Blazority provides the Timepicker component which encases the label, help text and validation in a single component. It also provides the underlying TimepickerControl component providing only the logic, allowing custom styling and formatting of the containing form components.

Using Timepicker

The selected time is
The selected time is
The selected time is

Validation

Only 12:00 accepted. The selected time is
Only 1:30 accepted. The selected time is
Only 1:30 accepted. The selected time is

Range

DateTime
Minimum: 15:31, Maximum: 17:31. The selected time is 16:31
Minimum: 16:01. The selected time is 16:31
Maximum: 17:01. The selected time is 16:31
TimeSpan
Minimum: 02:00, Maximum: 14:00. The selected time is
Minimum: 10:30. The selected time is 00:00
Maximum: 13:30. The selected time is 00:00
TimeOnly (.net 6+)
Minimum: 02:00, Maximum: 14:00. The selected time is
Minimum: 10:30. The selected time is 00:00
Maximum: 13:30. The selected time is 00:00

Using TimepickerControl

Helper Text
An unhandled error has occurred. Reload 🗙