home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 5
/
Merciful - Disc 5.iso
/
software
/
p
/
pcqpascalv1.2d.lha
/
Examples
/
Today.p
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-02-05
|
213 b
|
15 lines
Program Today;
{$I "Include:Utils/DateTools.i"}
Var
TodayTime : DateDescription;
begin
TimeDesc(TodayTime);
with TodayTime do
Writeln('The time is: ', Hour:2, ':', Minute:2, ':', Second:2);
end.