* According to bug #14960, Delphi TDateTimeField.GetText uses the LongTimeFormat for displaying times

git-svn-id: trunk@15006 -
This commit is contained in:
joost 2010-03-12 20:24:22 +00:00
parent 33f9424d68
commit 9a543dbd1c

View File

@ -2046,7 +2046,7 @@ begin
F:=FDisplayFormat F:=FDisplayFormat
else else
Case DataType of Case DataType of
ftTime : F:=ShortTimeFormat; ftTime : F:=LongTimeFormat;
ftDate : F:=ShortDateFormat; ftDate : F:=ShortDateFormat;
else else
F:='c' F:='c'