mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-21 22:53:51 +02:00
Example programs bugfixes © 0CodErr
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user