Blazor DateTimePicker Example - Mask Support
Properties
This sample demonstrates the datetime masking functionality in the DateTimePicker component. It allows users to enter valid values for each mask pattern of the datetime masking.
The DateTimePicker has an EnableMask property that enables datetime masking support. The mask pattern is defined based on the provided date and time format to the component. If the Format is not specified, the mask pattern is formed based on the default format of the current culture.