webforj / webforj-docs

https://docs.webforj.com
0 stars 2 forks source link

Document MaskedTimeField component #357

Open hyyan opened 1 day ago

hyyan commented 1 day ago

See #358

The MaskedTimeField is a field is a text field that allows the user to enter times as numbers and automatically formats them according to a mask when the user leaves the field. The mask is a string that contains the characters that define the format of the time and the field will interpret times based on the mask. The resulting a human-readable string representing the time.

Features (The order is arbitrary):