home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 March / PCWorld_2005-03_cd.bin / software / temacd / im / im2setup.exe / $OUTDIR / formatting.txt next >
Text File  |  2004-11-08  |  2KB  |  61 lines

  1. format of message header for M2
  2. <date format>%<time format>%<..>NICK<..>
  3.  
  4. <time format>    -    time format (see description bellow)
  5. <date format>    -    date format (see description bellow)
  6. <..>        -    nick separators
  7. 0        -    (Zero) Identifies empty section
  8. %        -    format field separator
  9. NICK        -    reserved word, indicate NICK record
  10. special symbols:
  11. %    for use % as symbol '%' -> %%
  12. \n    new line
  13.  
  14. example of formatting:
  15. 0%0%[NICK] says:  - for MSN logging format
  16. dddd',' dd MMMM yyyy%hh':'mm':'ss%[NICK]  - for IRC logging format
  17.  
  18. time format
  19. -----------
  20. default time string for setting
  21.     "hh':'mm':'ss",
  22.     "HH'-'mm'-'ss",
  23.     "h'-'m",
  24.     "h':'m",
  25.     "H':'m':'s tt",
  26.     "hh-mm-ss tt",
  27.  
  28. h    Hours with no leading zero for single-digit hours; 12-hour clock.
  29. hh    Hours with leading zero for single-digit hours; 12-hour clock.
  30. H    Hours with no leading zero for single-digit hours; 24-hour clock.
  31. HH    Hours with leading zero for single-digit hours; 24-hour clock.
  32. m    Minutes with no leading zero for single-digit minutes.
  33. mm    Minutes with leading zero for single-digit minutes.
  34. s    Seconds with no leading zero for single-digit seconds.
  35. ss    Seconds with leading zero for single-digit seconds.
  36. t    One character time-marker string, such as A or P.
  37. tt    Multicharacter time-marker string, such as AM or PM.
  38.  
  39. date format
  40. -----------
  41. default date string for setting
  42.     "[ddd',' MMM dd yyyy",
  43.     "dddd'/'MM'/'dd'/'yy",
  44.     "ddd'/'d'/'M'/'yyyy",
  45.     "dddd',' dd MMMM yyyy",
  46.     "dddd',' dd MMMM",
  47.     "d MMMM",
  48.  
  49. d    Day of month as digits with no leading zero for single-digit days.
  50. dd    Day of month as digits with leading zero for single-digit days.
  51. ddd    Day of week as a three-letter abbreviation.
  52. dddd    Day of week as its full name.
  53. M    Month as digits with no leading zero for single-digit months.
  54. MM    Month as digits with leading zero for single-digit months.
  55. MMM    Month as a three-letter abbreviation.
  56. MMMM    Month as its full name.
  57. y    Year as last two digits, but with no leading zero for years less than 10.
  58. yy    Year as last two digits, but with leading zero for years less than 10.
  59. yyyy    Year represented by full four digits.
  60. gg    Period/era string.
  61.