Date displays incorrectly
Good Morning!
Delphi 4, Firebird 1, Rb Pro 6.03 eval.
I have some fields defined as Date in FB. When printing, the date shows
something like this "1/27/59360". The actual date for that one is
"4/2/2002". In other places, the date prints as '00/00/00" (DisplayFormat =
'mm/dd/yy').
Did I miss something? How do I display the dates corectly?
Thanks...Dan'l
Delphi 4, Firebird 1, Rb Pro 6.03 eval.
I have some fields defined as Date in FB. When printing, the date shows
something like this "1/27/59360". The actual date for that one is
"4/2/2002". In other places, the date prints as '00/00/00" (DisplayFormat =
'mm/dd/yy').
Did I miss something? How do I display the dates corectly?
Thanks...Dan'l
This discussion has been closed.
Comments
as well as a number of different values but have not been able to reproduce
the behavior. Check you Firebird installation. Then try recreating the table
containing the data. If the problem persists you can send a table containing
the data which is being displayed incorrectly to
support@digital-metaphors.com.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
I found out that the query component field was of type Date. I changed
to DateTime and the dates now display properly.
Thanks...Dan'l