mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 13:19:34 +01:00
* Fix comment for DateTimeToStr
git-svn-id: trunk@42315 -
This commit is contained in:
parent
56acdd3a11
commit
561fa85104
@ -337,7 +337,7 @@ begin
|
||||
DateTimeToString(Result, FormatSettings.LongTimeFormat, Time, FormatSettings);
|
||||
end;
|
||||
|
||||
{ DateTimeToStr returns a string representation of DateTime using LongDateTimeFormat }
|
||||
{ DateTimeToStr returns a string representation of DateTime using ShortDateFormat and LongTimeFormat }
|
||||
|
||||
Const
|
||||
DateTimeToStrFormat : Array[Boolean] of string = ('c','f');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user