bearsgone wrote on Fri, 12 March 2010 14:2
> Hello
>
> I have a custom form that has two time fields.
>
> How can I force users to enter time in those fields as "12:00 AM/PM" or military time 19.00. If input does not match those two rules, pop a warning. This needs to happen as the user moves to another field way before trying to save the form.
>
> Any help would be appreciated
Here is what tried to validate the time:
a. [Test101] <> #h:mm am/pm# did not work
b. Format( [Test102], "h:mm") did not work
|