/
ColdC/Functions/
ColdC/Structure/
<head><title>ColdC: Function/Method Reference: ctime()</title></head>

<body>

<h1 align=center><a href="/ColdC/">ColdC</a>: <a href="/ColdC/Functions/">Function/Method Reference</a>: ctime()</h1>

<hr>

<p>
<font size=+1><i>STRING</i> <b>ctime</b>(<i>[INTEGER <b>time</b>]</i>)</font>

<p>This function converts the integer <VAR>time</VAR> into a string format.
If <VAR>time</VAR> is not specified, then <CODE>ctime()</CODE> uses the current
time.
<P>
Examples:
<P>
<blockquote>
<PRE>
ctime(739180536)
=> "Fri Jun  4 03:55:36 1993"
</PRE>
</blockquote>

<p><hr size=4><p align=center><i>Last Modified on 23 Mar 1996</i>
<br><i>Copyright &copy; 1995, 1996, Brandon Gillespie</i>
</body>