input mask for time

  • Thread starter Thread starter Kim
  • Start date Start date
K

Kim

I am trying to use an input mask on my form so that time
will be entered as 12:35PM It works okay as long as
the hour has two digits. Is there a way to get around
typing 01:15AM for example? I tried using an ! in the
mask so that it would fill from right to left, but it
isn't working for me.

Thanks for any help!
 
I believe you can hit the space bar where the zero would appear and then
type the remainder.
 
I am trying to use an input mask on my form so that time
will be entered as 12:35PM It works okay as long as
the hour has two digits. Is there a way to get around
typing 01:15AM for example? I tried using an ! in the
mask so that it would fill from right to left, but it
isn't working for me.

Thanks for any help!

Use a 9 in the first digit of the hours and minutes instead of a zero,
to make the entry optional.
 
Back
Top