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

git-svn-id: trunk@35892 -
This commit is contained in:
michael 2017-04-22 10:02:29 +00:00
parent 4868b83157
commit 5cd12a2521

View File

@ -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)