Use mm again :tongue:
m is number of month: 9
mm is same, zeropadded: 09
mmm is short name: Sep
mmmm is name: September
d for days, y for years, see /help $asctime for all letter codes.
$asctime, $date and $time are really the same if you use the format parameter...
If the date is close to the time, just add the above letter codes in the $time call, otherwise you have to put in another $time call.
Another tip: if you want the color code to be appended to the time without the space, use <ctrl-k>05 $+ $time(HH:nn) so that the first digit of the hour doesn't become part of the color code.
Last edited by Kelder; 08/09/05 08:51 AM.