Hello All,
I am working on a form that I need to record time in hh:mm:ss format. How do is set the field patterns to display and validate time? The closest I have been able to come is to use a numeric field and use the following format. num{zz:zz:zz}. Unfortunately this format allows numbers greater than 59 which will allows a return of 1:85:20 to be returned also the lead in zeros are dropped ::20 for 00:00:20.
Ideas?
Thank you
John