Browse Source

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

git-svn-id: trunk@35892 -
michael 8 years ago
parent
commit
5cd12a2521
1 changed files with 2 additions and 2 deletions
  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)
       ddddd  : shortdateformat
       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)
       mmmm   : month (full)
       y      : year (two digits)