Board index » delphi » Configure DB Interbase 6.0 / fields TimeStamp format dd/mm/yyyy

Configure DB Interbase 6.0 / fields TimeStamp format dd/mm/yyyy

    How to configure DB Interbase 6.0 for the fields type to return
TimeStamp in the format
dd/mm/yyyy for the work stations.

    I already altered the regional configurations in the control panel, but
I didn't have success.

    Interbase 6 this installed in Windows 2000 Server, service pack 2.

Thank you

 

Re:Configure DB Interbase 6.0 / fields TimeStamp format dd/mm/yyyy


IB returns them as a c style date time structure.  IBX puts this into a
TDateTime for you and TDateTime works from the regional settings unless
overridden in the app itself.  

Quote
TheCreator wrote:

>     How to configure DB Interbase 6.0 for the fields type to return
> TimeStamp in the format
> dd/mm/yyyy for the work stations.

>     I already altered the regional configurations in the control panel, but
> I didn't have success.

>     Interbase 6 this installed in Windows 2000 Server, service pack 2.

> Thank you

--
Jeff Overcash (TeamB)
      (Please do not email me directly unless  asked. Thank You)
This sad little lizard told me that he was a brontosaurus on his mother's
side.  I did not laugh; people who boast of ancestry often have little else
to sustain them.  Humoring them costs nothing and adds to happiness in
a world in which happiness is in short supply.   (RAH)

Other Threads