New to Telerik UI for Blazor? Download Free 30-day trial
DateTimePicker - Two-Digit Year Format
- EXAMPLE
- VIEW SOURCE
- EDIT IN TELERIK REPL
- Change Theme
default
Configurator
Two-digit year max
The selected date is: 11/21/2024
- Two-digit-year-format.razor
Loading the demo source code...please wait.
Description
The Telerik UI for Blazor DateTimePicker component provides handling of two-digit year formats.
When the Format parameter of the DateTimePicker includes a two-digit year, the value can be normalized to the current or previous century.
Whether the value will be assumed to be from the current or previous century is controlled by the TwoDigitYearMax parameter. If the typed value is below or equals the TwoDigitYearMax value, the date will be assumed to be from the current century. If it's above it, the date will be assumed to be from the previous century.
This Blazor DateTimePicker Two-Digit Year Format example is part of a unique collection of hundreds of Blazor demos, with which you can see all Telerik UI for Blazor components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for Blazor or ThemeBuilder.