mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +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)
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user