From WikiChip
mirc/identifiers/$ctime
< mirc‎ | identifiers
Revision as of 22:17, 23 June 2014 by Zmodem (talk | contribs) (Created $ctime identifier - mIRC)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$ctime allows you to retrieve the amount of seconds elapsed since 00:00:00 GMT, January 1, 1970 based on your system time. Optionally, you can request the amount of seconds elapsed since a specified, optional time.

Synopsis

$ctime[(text)]

Parameters

textThe text can be any date that you would like to find the $ctime for.

Examples

Echo the current $ctime to the active window

//echo -a $ctime

Echo the $ctime of a specfic date and time to the active window

//echo -a $ctime(Thursday 2003-01-09 21:16)

Compatibility

Added: mIRC v5.4

Added On: 23/06/98

See Also