05-02-2022, 10:02 AM
(This post was last modified: 05-02-2022, 10:05 AM by PaulWeem.
Edit Reason: Addition
)
(05-01-2022, 10:26 PM)Alexandre Machado Wrote: Hi Paul,
thanks for your reply.
What kind of controls do you use to handle the date input and display?
Hi Alexandre,
For display I mainly use TIWLabel, but in this case I format the Date and Time in the Query/Procedure, so there's no problem there.
For input I use TIWEdit/TIWDBEdit. I could use TMS components for this, but I prefer to use only IW Components.
And the main reason for the Time formatting is, that I want to use 24-hours display instead of AM/PM.
Cheers, Paul