Quote:
Originally Posted by LBmtb
FIND:
HTML Code:
if ($post_date_format == "1") { $date2 = date ("m/d/y h:i A" ,$lastpost); }
elseif ($post_date_format == "2") { $date2 = date ("h:i A" ,$lastpost); }
else { $date2 = date ("m/d/y h:i A" ,$lastpost); }
REPLACE WITH:
HTML Code:
if ($post_date_format == "1") { $date2 = date ("m/d/y H:i A" ,$lastpost); }
elseif ($post_date_format == "2") { $date2 = date ("H:i A" ,$lastpost); }
else { $date2 = date ("m/d/y H:i A" ,$lastpost); }

|
Still shows AM/PM after doing this. Nice mod, better than the one from vB's support site, which is never up-to-date.
Installed.
Bob