mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-11 12:09:25 +01:00
* removed eoln
This commit is contained in:
parent
613ceaa8fb
commit
70d3d42a5c
@ -53,16 +53,13 @@ const
|
|||||||
t : shorttimeformat
|
t : shorttimeformat
|
||||||
tt : longtimeformat
|
tt : longtimeformat
|
||||||
am/pm : use 12 hour clock and display am and pm accordingly
|
am/pm : use 12 hour clock and display am and pm accordingly
|
||||||
a/p : use 12 hour clock and display a and p accordingly
|
a/p : use 12 hour clock and display a and p accordingly
|
||||||
/ : insert date seperator
|
/ : insert date seperator
|
||||||
: : insert time seperator
|
: : insert time seperator
|
||||||
"xx" : literal text
|
"xx" : literal text
|
||||||
'xx' : literal text
|
'xx' : literal text
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Eoln = #10;
|
|
||||||
|
|
||||||
type
|
type
|
||||||
TSystemTime = record
|
TSystemTime = record
|
||||||
Year, Month, Day: word;
|
Year, Month, Day: word;
|
||||||
@ -106,7 +103,10 @@ Function FileDateToDateTime (Filedate : Longint) : TDateTime;
|
|||||||
{
|
{
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2000-02-09 16:59:32 peter
|
Revision 1.7 2000-04-24 11:09:05 peter
|
||||||
|
* removed eoln
|
||||||
|
|
||||||
|
Revision 1.6 2000/02/09 16:59:32 peter
|
||||||
* truncated log
|
* truncated log
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user