瀏覽代碼

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

git-svn-id: trunk@15006 -
joost 15 年之前
父節點
當前提交
9a543dbd1c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fcl-db/src/base/fields.inc

+ 1 - 1
packages/fcl-db/src/base/fields.inc

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