Blazor DateTimePicker Example - Mask Support
In this sample demonstrates the DateTime masking functionality in the DateTimePicker. It allows you to enter a valid value for each mask pattern of the DateTime masking.
Properties
DateTimePicker has an EnableMask property that allows you to enable the 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.