ソースを参照

* Better m/mm format specifier docs (bug ID 31449)

git-svn-id: trunk@35892 -
michael 8 年 前
コミット
5cd12a2521
1 ファイル変更2 行追加2 行削除
  1. 2 2
      rtl/objpas/sysutils/datih.inc

+ 2 - 2
rtl/objpas/sysutils/datih.inc

@@ -57,8 +57,8 @@ var
       dddd   : day of week (full)
       dddd   : day of week (full)
       ddddd  : shortdateformat
       ddddd  : shortdateformat
       dddddd : longdateformat
       dddddd : longdateformat
-      m      : month
-      mm     : month (leading zero)
+      m      : month. If preceded by h or hh specifiers, then minutes.
+      mm     : month. If preceded by h or hh specifiers, then minutes (leading zero).
       mmm    : month (abbreviation)
       mmm    : month (abbreviation)
       mmmm   : month (full)
       mmmm   : month (full)
       y      : year (two digits)
       y      : year (two digits)