[imp] IMP 3.0 display time format

Erik Slooff erik@slooff.com
Tue, 21 May 2002 15:04:31 +0200


Hi Miika,

Have a look in the file:
horde/imp/config/conf.php

for the lines starting with
$conf['mailbox']['date_format']
And
$conf['compose']['date_format']

For options see the php docs on the strftime() function at:
http://www.php.net/manual/en/function.strftime.php

For instance I use:
$conf['mailbox']['date_format'] = '%d/%m/%y %H:%M';
which shows something like:
18/05/02 15:32

Good luck,

Quoting MiikaT <mlist@finansium.fi>:

> Hi,
> 
> I've tried to browse through my Horde 2.0 + IMP 3.0 setup for Imp time/date
> display settings, but haven't found any yet. At the moment I have time as
> 12H am/pm and date mm/dd/yyyy, which I would like to change into time 24h
> and date dd/mm/yyyy.
> 
> -Miika
> 
> 
> -- 
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>