Hi guys I'm trying to change the date time format in teh main.inc.php file so that it shows liek the whole date instead of a numerated date. BUt for some reason the month value is displayed enclosed in brackets like:
2006.{apr}.02
I made this change to the config file
$rcmail_config['date_long'] = 'Y.M.d';
What gives? Do i have to change something else somewhere... help please....
uh never mind I found what was needed. Didn't make an appropirate entry in the localization->languages->labels.inc file to correspond to the months in full form..
Thanks again anyway