swaybright
Technical User
Is there a way for users to enter a time into a date/time field without needing to type the colon?
Specifically, users should input time in military format but if they forget to put a zero in front of times earlier than 10:00, I would like the field to correct and accept the value.
Typed[tab][tab]Value
0230[tab][tab]2:30
230[tab][tab]2:30
1330[tab][tab]13:30
I attempted the following input mask !90:00 however, if the user does not type the zero, it does not seem to fill from right to left and gives an error that value is not appropriate for the input mask (Example 2 from above)
Specifically, users should input time in military format but if they forget to put a zero in front of times earlier than 10:00, I would like the field to correct and accept the value.
Typed[tab][tab]Value
0230[tab][tab]2:30
230[tab][tab]2:30
1330[tab][tab]13:30
I attempted the following input mask !90:00 however, if the user does not type the zero, it does not seem to fill from right to left and gives an error that value is not appropriate for the input mask (Example 2 from above)