Sup Guys,

basically on chat someone was asking how to add an time field into
their vBulletin Forum well i have the answer but i dont know where
to put these to small pieces of code.

Basically first of all you need the Function:

Code: 
$TtimeT = date("n-j-Y [D] [h:i:s] a");
You have to add that to the functions file on your vBulletin
forum wherever that may be, once you have added that you
can add:

Code: 
<td>$TtimeT</td>
or
Code: 
  print "<b>$TtimeT</b>";
}
to where ever you want it to show and it should look like:



Time can be done a load of different way but this is how i
do it and i find this easy to do and quick.

This little piece of code is meant for PHP scripts or pages
created in php.

Regards,
iHate u.
iHate Reviewed by iHate on . How To: Display Time & Date on Site/Forum Sup Guys, basically on chat someone was asking how to add an time field into their vBulletin Forum well i have the answer but i dont know where to put these to small pieces of code. Basically first of all you need the Function: $TtimeT = date("n-j-Y a");You have to add that to the functions file on your vBulletin forum wherever that may be, once you have added that you Rating: 5