Example programs bugfixes © 0CodErr

This commit is contained in:
2020-06-24 16:24:49 +03:00
parent e397ace02c
commit a6dcaf154c
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ begin
with GetSystemDate, GetSystemTime do
begin
Write('%02x.%02x.%02x', [Day, Month, Year]);
Write(' - %02x:%02x:%02x', [Hours, Minutes, Seconds]);
Write(' - %02x:%02x:%02x', [Hours, Minutes, Seconds]);
end;
GotoXY(CursorXY);
Delay(500);