Difference between revisions of "Timestamp"

From Mibbit Wiki
Jump to: navigation, search
(Registered users can customize the timestamp column in Prefs>Chat out.)
 
m
Line 3: Line 3:
 
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).
 
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:
+
Other than the list below, text and spaces in the timestamp preferences are shown as is.
%% - %
 
  
 +
* %% - %
 
* %H - Hour, (00-23)
 
* %H - Hour, (00-23)
 
* %I - Hour, (01-12)
 
* %I - Hour, (01-12)

Revision as of 17:03, 24 January 2009

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).

Other than the list below, text and spaces in the timestamp preferences are shown as is.

  •  %% - %
  •  %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”