-
Notifications
You must be signed in to change notification settings - Fork 50
Manual:DIL Manual asctime()
iamnove edited this page Jan 18, 2023
·
57 revisions
string asctime(i : integer) i : the time to convert in seconds (realtime variable)
Returns: The seconds converted into an ascii format date of the following form "Mon Nov 18 18:49:08 1996"
Example: log(asctime(realtime));
</PRE