From WikiChip
Difference between revisions of "mirc/identifiers/$ctime"
< mirc‎ | identifiers

(Created $ctime identifier - mIRC)
(No difference)

Revision as of 21:17, 23 June 2014

$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