I'd assume its the same (or similar) time tags to MsgPlus Live.
quote:
Originally posted by http://www.msgpluslive.net/help/registry/
Time Tags
Enclose text in single quotes. Example: "HH':'mm" will produce "11:40" for 11:40am.
* h - Hours with no leading zero for single-digit hours; 12-hour clock.
* hh - Hours with leading zero for single-digit hours; 12-hour clock.
* H - Hours with no leading zero for single-digit hours; 24-hour clock.
* HH - Hours with leading zero for single-digit hours; 24-hour clock.
* m - Minutes with no leading zero for single-digit minutes.
* mm - Minutes with leading zero for single-digit minutes.
* s - Seconds with no leading zero for single-digit seconds.
* ss - Seconds with leading zero for single-digit seconds.
* t - One character time-marker string, such as A or P.
* tt - Multicharacter time-marker string, such as AM or PM.
Date Tags
Enclose text in single quotes. Example: "dd'/'MM" will produce "18/10" for October 18th.
* d - Day of month as digits with no leading zero for single-digit days.
* dd - Day of month as digits with leading zero for single-digit days.
* ddd - Day of week as a three-letter abbreviation.
* dddd - Day of week as its full name.
* M - Month as digits with no leading zero for single-digit months.
* MM - Month as digits with leading zero for single-digit months.
* MMM - Month as a three-letter abbreviation.
* MMMM - Month as its full name.
* yy - Year as last two digits, but with leading zero for years less than 10.
* yyyy - Year represented by full four digits.
Is there any time("h") sort of function?