I have a integer field I am trying to use to collect time in military time ie. 0834 or 1334, but only the 2nd time is working. For the 0834 time I get a "field is invalid" error.
I have this line in the constraint column:
(int(substr(.,0,2))<24) and (int(substr(.,3,4))<60)
I also have 4 in the bind::esri:fieldlength column
Does anyone know a workaround for this issue. An input mask will not work for my purposes. Thank you in advance.