adding date received in the incooming chat message

Re: adding date received in the incooming chat message

by Steve Bilton -
Number of replies: 0
Hi,

OK all i did was change this string in langconfig.php in /lang/en_utf8/:

//$string['strftimedaytime'] = '%%a, %%H:%%M';
$string['strftimedaytime'] = '%%a, %%d %%B %%Y, %%I:%%M %%p';

and it display like so:

" [ Weds, 6 May 2009, 09:22 PM ] : chat message here "

This is for New incoming messages within the instance messaging system..


I realise this will also occur in other areas of the site, but i havent spotted any formatting issues...

Steve