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

Raymond Corbett Raymond.Corbett at arcproductions.com
Thu Apr 24 09:23:07 EDT 2014


I edited our RT_SiteConfig.pm file, adding the following:

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

In the hopes of not displaying the time in the due date field. 

But I am still getting:

Thu Jun 05 00:00:00 2014

Have I done something wrong?








More information about the rt-users mailing list