Subject Re: [firebird-support] TDateTime field
Author Dimitry Sibiryakov
On 6 Apr 2005 at 7:46, Dion Oliphant wrote:

>What is the FB TDate format equivalent in Delphi?

Firebird date does not have float or integer representation. It can
recognize quite a few formats of date string literals. I can remember
right now only these:

mm/dd/yyyy
yyyy-mm-dd
dd-mmm-yyyy
dd.mm.yyyy

Or you can use parametrised query and use .AsDateTime property.
--
SY, Dimitry Sibiryakov.