Difference between revisions of "Manual:DIL Manual/asctime()"

From DikuMUD Wiki
Jump to navigation Jump to search
(XML import)
 
(No difference)

Latest revision as of 13:08, 27 May 2020


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