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?