I would suspect it isn't NT4, but the users date format setting.
We have had many problems communicating dates reliably between different
machines and now tend to use FloatToStr(DateTimeVar) which gives an ASCII
floating point number which can be read as DateTimeVar =
StrToFloat(ASCII_Value)
Be careful though - Delphi's TDateTime are based on 0 = 1/1/1900 while some
SQL databases (MSSQL...) use 0 = 30/12/1899 !!!!!
HTH
Stephen
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"