From WikiChip
Difference between revisions of "mirc/identifiers/$fulldate"
(Created $fulldate identifier - mIRC) |
Maroonbells (talk | contribs) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{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 8: | Line 8: | ||
== Example == | == Example == | ||
− | + | ||
− | + | <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 == | ||
− | + | {{mIRC compatibility|3.9}} | |
− | |||
− | |||
== See Also == | == See Also == | ||
− | + | {{collist | |
− | + | |count = 3 | |
− | + | |style = width: 60%; display: inherit; | |
+ | | | ||
+ | * {{mIRC|$asctime}} | ||
+ | * {{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 02:53, 22 May 2018
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$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.