[rt-users] Date formatting

2014-10-08 Thread Rinke Colen
I want to mention the ticket creation date in an auto reply. I use the following code snippet in my email template: {$Ticket->Created}. This produces the string "2014-10-08 15:31:24" (UTC) but I want to show "October 8, 2014 at 5:31 PM" (CET) is one place and "8 oktober 2014 om 17:31" in another pl

Re: [rt-users] Date formatting

2014-10-08 Thread Joop
On 8-10-2014 17:55, Rinke Colen wrote: > I want to mention the ticket creation date in an auto reply. I use the > following code snippet in my email template: {$Ticket->Created}. This > produces the string "2014-10-08 15:31:24" (UTC) but I want to show > "October 8, 2014 at 5:31 PM" (CET) is one pl

Re: [rt-users] Date formatting

2014-10-09 Thread Rinke Colen
Thanks. I'm afraid I still don't understand what to do however. I looked at the links but the two threads don't really apply to my situation and the RT::Date documentation is too general for me to be able to translate it into a solution, with my limited knowledge of Perl. It clearly has something t

Re: [rt-users] Date formatting

2014-10-15 Thread Rinke Colen
Does anyone know how to format the date/time that {$Ticket->Created} returns in my email template? I want it to read "Wednesday October 8, 2014 at 5:31 PM (CET)" or "Woensdag 8 oktober 2014 om 17:31 (CET)". (Second version is Dutch.) Rinke Colen CTO LinkedIn

Re: [rt-users] Date formatting

2014-10-15 Thread Christian Loos
Am 15.10.2014 um 10:21 schrieb Rinke Colen: > Does anyone know how to format the date/time that {$Ticket->Created} > returns in my email template? I want it to read "Wednesday October 8, > 2014 at 5:31 PM (CET)" or "Woensdag 8 oktober 2014 om 17:31 (CET)". > (Second version is Dutch.) > > Rinke Co

Re: [rt-users] Date formatting

2014-10-15 Thread Emmanuel Lacour
Le 15/10/2014 10:21, Rinke Colen a écrit : > Does anyone know how to format the date/time that {$Ticket->Created} > returns in my email template? I want it to read "Wednesday October 8, > 2014 at 5:31 PM (CET)" or "Woensdag 8 oktober 2014 om 17:31 (CET)". > (Second version is Dutch.) > Use $Tick

Re: [rt-users] Date formatting

2014-10-15 Thread Rinke Colen
On Wed, Oct 15, 2014 at 10:29 AM, Emmanuel Lacour wrote: > Le 15/10/2014 10:21, Rinke Colen a écrit : > > Does anyone know how to format the date/time that {$Ticket->Created} > > returns in my email template? I want it to read "Wednesday October 8, > > 2014 at 5:31 PM (CET)" or "Woensdag 8 oktober

Re: [rt-users] Date formatting

2014-10-15 Thread Emmanuel Lacour
Le 15/10/2014 10:40, Rinke Colen a écrit : > > > OK, great. Problem is that my Perl knowledge is too small to fully > understand the documentation on RT::Date or how to use the formatters > it mentions. Could anyone give an example? > $Ticket->CreatedObj->LocalizedDateTime( DateFormat => 'date