[imp] format of date
Brandon Lee
lee.bran at gmail.com
Mon Jan 10 01:51:07 PST 2005
Hi Helene,
Look under horde/imp/config/prefs.php and under;
$_prefs['time_format'] = array(
'value' => '%X',
'locked' => false,
'shared' => false,
'type' => 'enum',
'enum' => array(
'%X' => strftime('%X'),
'%H:%M:%S' => strftime('%H:%M:%S'),
'%I:%M:%S %p' => strftime('%I:%M:%S %p'),
'%H:%M' => strftime('%H:%M'),
'%I:%M%p' => strftime('%I:%M%p'),
),
'desc' => _("Format of message dates in the mailbox view for
messages dated today"));
at line 928
Rgds
brandon
On Mon, 10 Jan 2005 10:00:47 +0100, Helene Figueiredo
<Helene.Figueiredo at ujf-grenoble.fr> wrote:
> Hello,
>
> I am using horde/imp as webmail.
> When I look at my mails, they have the date with this format : 01/10/05
> (month/day/year)
>
> Is it possible to format the date like day/month/year ? Where can I find
> this parameter ?
>
> Thanks for your help.
>
> Helene Figueiredo
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
--
rgds
Brandon
More information about the imp
mailing list