Find and edit the following code in /mkportal/lang/*/lang_global.php
$langmk['time_format_LONG'] = "l, M d, Y h:i a"; $langmk['time_format_SHORT'] = "F d, Y"; $langmk['time_format_JOINED'] = "F d, Y";
or..
Go to Portal CP > Language
Choose your language from the dropdown box. Click "Edit this language".
Choose "lang_global" from the dropdown box. Click "Edit this language file".
Near the bottom of the page you will find the fields to format your portal date.
Quote
time_format_LONG
time_format_SHORT
time_format_JOINED
time_format_SHORT
time_format_JOINED
Formatting options may be found in the php manual.
http://us2.php.net/date
-----------------------------------------------------------------------------------------
To format the date in the forum...
Find and edit the following code in /forums/lang/*/mod_customize_date_lang.php (at the bottom).
$lang['time_format_LONG'] = "l, M d, Y h:i a"; $lang['time_format_SHORT'] = "F d, Y"; $lang['time_format_JOINED'] = "F d, Y";
Formatting options may be found in the php manual.
http://us2.php.net/date













