[rt-users] Set date format dd/mm/yy

Emmanuel Lacour elacour at easter-eggs.com
Tue Apr 8 03:43:14 EDT 2014


On Mon, Apr 07, 2014 at 12:14:25PM -0700, losintikfos wrote:
> Hi,
>  
> I was wondering if anyone know how to set a RT Config for date format
> "dd/mm/yy". So far this is my configuration;
>  


if you really want this, use:

Set($DateTimeFormat, {
    Format => 'LocalizedDateTime', 
    Date => 1, 
    Time => 0, 
    DateFormat => 'date_format_short' 
    },
);


-- 
Easter-eggs                              Spécialiste GNU/Linux
44-46 rue de l'Ouest  -  75014 Paris  -  France -  Métro Gaité
Phone: +33 (0) 1 43 35 00 37    -   Fax: +33 (0) 1 43 35 00 76
mailto:elacour at easter-eggs.com  -   http://www.easter-eggs.com



More information about the rt-users mailing list