mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 22:29:28 +02:00
* Merging revisions r42315 from trunk:
------------------------------------------------------------------------ r42315 | michael | 2019-06-30 19:20:35 +0200 (Sun, 30 Jun 2019) | 1 line * Fix comment for DateTimeToStr ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@42433 -
This commit is contained in:
parent
02d9b6f18d
commit
ae7d79a593
@ -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