Example of Mask Support in ASP.NET MVC TimePicker Control
The following sample demonstrates the time masking functionality in the TimePicker. It allows you to enter a valid value for each mask pattern of the time masking.
DEMO
SOURCE
TimePicker has an enableMask
property that allows you to enable the built-in time masking support. The mask pattern is defined based on the provided 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.