Re: [rt-users] Display ticket creation time in another language

2011-04-20 Thread Kevin Falcone
On Mon, Apr 18, 2011 at 02:13:59PM +0100, Houcem HACHICHA wrote:
Hello all,
I'm trying to display a ticket creation time on an RT email template. I 
 used the following:
{$Transaction-CreatedAsString}
 
And I got the following in the email: Mon Apr 18 13:06:23 2011 ; which is 
 indeed the ticket
creation time.
Is it possible to get the ticket creation time in another language? Say 
 French?
Thanks in advance

You might be able to set DateTimeFormat to LocalizedDateTime but it
depends on you having all the DateTime modules it wants installed to
work properly.  I'm also not 100% sure how it interacts with being
sent in emails vs changing the web UI.

-kevin


pgp4jjAnjGrBy.pgp
Description: PGP signature


[rt-users] Display ticket creation time in another language

2011-04-18 Thread Houcem HACHICHA
Hello all,

I'm trying to display a ticket creation time on an RT email template. I used
the following:
*{$Transaction-CreatedAsString}*

And I got the following in the email: Mon Apr 18 13:06:23 2011 ; which is
indeed the ticket creation time.

Is it possible to get the ticket creation time in another language? Say
French?


Thanks in advance
-- 
*Regards,
Houcem*