Subject Re: [IBO] Displaying a TIME field
Author Markus Ostenried
> >- How do I show the seconds? Using a display mask?
>have you tried setting DisplayMask to "hh:nn:ss" ?

sorry, the properties' names are
"FieldsDisplayFormat": add an entry like 'MYFIELD=hh:nn:ss' to
format the output visible to the user and
"FieldsEditMask": add an entry like "MYFIELD=00:00:00" to
ensure that the user can only enter data in the time format
(numbers separated by ':').

bye,
Markus