Subject | Re: Need control to edit TIME (not date) |
---|---|
Author | mmenaz |
Post date | 2002-03-11T16:53:56Z |
What about a simple TIB_Edit with the proper editmask? (hh:nn).
Time does not need particular support like date (calendar...), so the simple IB_Edit should be enought.
Regards
Marco Menardi
Time does not need particular support like date (calendar...), so the simple IB_Edit should be enought.
Regards
Marco Menardi
--- In IBObjects@y..., "mircostange" <mirco@i...> wrote:
> Hi,
>
> I am looking for a databound control to edit the time of a timestamp
> field. I tried TIB_DateTimePicker, but it doesn't seem to work and I
> know TIB_Date is better, but doesn't seem to support time.
>
> Mirco