Author Topic: Date time format in Messagelist doesn't change right?  (Read 5578 times)

Offline paritycheck

  • Jr. Member
  • **
  • Posts: 36
Date time format in Messagelist doesn't change right?
« on: May 03, 2007, 06:23:47 AM »
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

Code: [Select]
$rcmail_config['date_long'] = 'Y.M.d';
What gives? Do i have to change something else somewhere... help please....

Offline paritycheck

  • Jr. Member
  • **
  • Posts: 36
Re: Date time format in Messagelist doesn't change right?
« Reply #1 on: May 03, 2007, 07:34:17 AM »
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