showTimeDomainsFormat

From OpenKore Wiki
Revision as of 02:48, 16 December 2009 by Mushrom (talk | contribs) (Created page with '; showTimeDomainsFormat [<time format>] : Specifies a time format to customize how Kore displays the timestamp. The '''<time format>''' is simply a string that will be used as a…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
showTimeDomainsFormat [
Specifies a time format to customize how Kore displays the timestamp. The is simply a string that will be used as a pattern when the timestamp is displayed. The following characters can be used in the time format and will be replaced by corresponding time elements:
Character Description
H Hour.
M Minutes.
S Seconds.
y Year.
m Month.
d Day.


Example

  • The following example may print connection messages with a preppended timestamp such as [11:23:49 15/08/2005].
showTimeDomains connection
showTimeDomainsFormat [H:M:S d/m/y]