Timestamp

From Mibbit Wiki
Revision as of 14:00, 22 January 2009 by Hercule (talk | contribs) (Registered users can customize the timestamp column in Prefs>Chat out.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Registered users can customize the timestamp column in Prefs>Chat out.

If the message was received on the current day, then the “Time format” is used. If the messages is from yesterday or before, it’ll use “Date format” (For example if you’re seeing recent chat when you join).

Here’s the full list of things you can use: %% - %

  •  %H - Hour, (00-23)
  •  %I - Hour, (01-12)
  •  %k - Hour, ( 0-23)
  •  %l - Hour, ( 1-12)
  •  %M - Minute, (00-59)
  •  %p - AM/PM
  •  %P - am/pm
  •  %S - Seconds, (00-59)
  •  %Y - Year (4 digit)
  •  %y - Year (2 digit)
  •  %m - Month (01-12)
  •  %b - Month name (Jan-Dec)
  •  %B - Month name (January-December)
  •  %a - Weekday (Mon-Sun)
  •  %A - Weekday (Monday-Sunday)
  •  %d - Day of month (01-31)
  •  %e - Day of month ( 1-31)

For example, if you’d just like to have hours, minutes, and seconds, you could set it to “%H:%M.%S”