I was just thinking...when I edited a post today and refreshed the page, I saw this:
Suggestion: how about making the 'on' not show if it's Today or Yesterday? Also, make Today/Yesterday lowercased.Last edited by Vorlin on Today at 10:16 AM
Example (perl):
Just an idea.Code:printf("Last edited by %s%s %s at %s\n", $name, $date =~ /[Yy]esterday/ || $date =~ /[Tt]oday/ ? "" : " on", $date, $time);