瀏覽代碼

* Fix comment for DateTimeToStr

git-svn-id: trunk@42315 -
michael 6 年之前
父節點
當前提交
561fa85104
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/objpas/sysutils/dati.inc

+ 1 - 1
rtl/objpas/sysutils/dati.inc

@@ -337,7 +337,7 @@ begin
   DateTimeToString(Result, FormatSettings.LongTimeFormat, Time, FormatSettings);
 end;
 
-{   DateTimeToStr returns a string representation of DateTime using LongDateTimeFormat   }
+{   DateTimeToStr returns a string representation of DateTime using ShortDateFormat and LongTimeFormat   }
 
 Const
   DateTimeToStrFormat : Array[Boolean] of string = ('c','f');