From WikiChip
$fulldate Identifier - mIRC
< mirc‎ | identifiers

$fulldate returns the current full date in the format: "Day Month Date hh:mm:ss Year", and is a duplication of $asctime used without parameters.

Synopsis

$fulldate

Parameters

None

Example

Echo the full date to the active window:
//echo -a $fulldate
 
//if ($asctime  == $fulldate) echo -a These are the same string

Compatibility

Added: mIRC v3.9
Added on: 28 Dec 1995
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.


See Also