Subject | Re: [IBO] Displaying a TIME field |
---|---|
Author | Markus Ostenried |
Post date | 2002-06-28T22:04:47Z |
> >- How do I show the seconds? Using a display mask?sorry, the properties' names are
>have you tried setting DisplayMask to "hh:nn:ss" ?
"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