mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:39:39 +02:00
* Better m/mm format specifier docs (bug ID 31449)
git-svn-id: trunk@35892 -
This commit is contained in:
parent
4868b83157
commit
5cd12a2521
@ -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
|
m : month. If preceded by h or hh specifiers, then minutes.
|
||||||
mm : month (leading zero)
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user