Expand my Community achievements bar.

Time Question

Avatar

Level 7

How i can make sure the users will insert the time in the format below?

Or can be automate when the user opens the form but does not changes in case you reopoen the form.

what is the best way to approch this?

hh:mm am/pm

Thank you

1 Reply

Avatar

Level 8

Use a date/time field. Make sure the Data Format under the Binding tab is set to Time. Then for your validation pattern use time{hh:MM A}.

Kyle