Ctime(): Difference between revisions

From TinyMUX
Jump to navigation Jump to search
New page: Category:Functions {{Function|ctime(<object>)}} Returns <object>'s creation time as a time() string. == Example == > think ctime(me) Mon Oct 08 18:33:03 2001 == Related Topics ==...
 
(No difference)

Latest revision as of 11:29, 27 November 2010


ctime(<object>)

Returns <object>'s creation time as a time() string.

Example

> think ctime(me)

Mon Oct 08 18:33:03 2001

@create, @dig, @open, @pcreate, time()