
03-21-2003, 12:50 PM
|
 |
|
|
Join Date: Dec 2001
Posts: 1,046
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
05-03-02 at 04:22 PM bigmattyh said this in Post #86
If you would like your date to be formatted in the "Today, at 08:33 PM" format, here's how to do so:
When you install the hack, just insert ", at" into this line:
Code:
eval("\$bbuserinfo[lastvisitdate] = \"".vbdate($dateformat,$bbuserinfo[lastvisit]).
" , at ".vbdate($timeformat,$bbuserinfo[lastvisit])."\";");
That's all!
|
What file is that in? I can't seem to find that code in my function.php
|