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

m
 
Line 1: Line 1:
{{mirc title|$fulldate Identifier}}'''$fulldate''' can be used to return the current full date in the format: ''Day Month Date hh:mm:ss Year'''
+
{{mirc title|$fulldate Identifier}} $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 ==
 
== Synopsis ==
Line 9: Line 8:
  
 
== Example ==
 
== Example ==
'''Echo the full date to the active window'''
+
 
<source lang="mIRC">//echo -a $fulldate</source>
+
<source lang="mIRC">
 +
Echo the full date to the active window:
 +
//echo -a $fulldate
 +
 
 +
//if ($asctime  == $fulldate) echo -a These are the same string
 +
</source>
  
 
== Compatibility ==
 
== Compatibility ==
Line 16: Line 20:
  
 
== See Also ==
 
== See Also ==
[[$adate identifier - mIRC|$fulldate]]
+
{{collist
 
+
|count = 3
{{mIRC|$date}}
+
|style = width: 60%; display: inherit;
{{mIRC identifier list}}
+
|
 
+
* {{mIRC|$asctime}}
[[Category:mIRC identifiers|fulldate]]
+
* {{mIRC|$date}}
 +
* {{mIRC|$adate}}
 +
* {{mIRC|$time}}
 +
* {{mIRC|$ctime}}
 +
* {{mIRC|$gmt}}
 +
* {{mIRC|$ticks}}
 +
* {{mIRC|$day}}
 +
* {{mIRC|$daylight}}
 +
* {{mIRC|$timezone}}
 +
* {{mIRC|$duration}}
 +
* {{mIRC|$uptime}}
 +
}}

Latest revision as of 03:53, 22 May 2018

$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[edit]

$fulldate

Parameters[edit]

None

Example[edit]

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

Compatibility[edit]

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[edit]