mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
* According to bug #14960, Delphi TDateTimeField.GetText uses the LongTimeFormat for displaying times
git-svn-id: trunk@15006 -
This commit is contained in:
parent
33f9424d68
commit
9a543dbd1c
@ -2046,7 +2046,7 @@ begin
|
||||
F:=FDisplayFormat
|
||||
else
|
||||
Case DataType of
|
||||
ftTime : F:=ShortTimeFormat;
|
||||
ftTime : F:=LongTimeFormat;
|
||||
ftDate : F:=ShortDateFormat;
|
||||
else
|
||||
F:='c'
|
||||
|
Loading…
Reference in New Issue
Block a user