$timestampfmt » History » Revision 4
Revision 3 (Per Amundsen, 08/08/2015 05:35 AM) → Revision 4/5 (Per Amundsen, 08/09/2015 02:44 AM)
_Added in 1.9.0_
*$timestampfmt*
Returns the event timestamp format as defined in [[Options_Dialog|Options]] -> [[Options_Messages|Message]].
_<notextile>%</notextile> is removed and 'i' is replaced with 'n' for [[$asctime]] compatibility._
<pre>
; Format current time using the timestamp format
//echo -ag $asctime($ctime, $timestampfmt)
</pre>