Display of last edit date should be exact to the minute.

This commit is contained in:
Devlin 2012-07-09 16:20:36 +03:00
parent 8dc2770ce1
commit e0c92f135e
1 changed files with 2 additions and 2 deletions

View File

@ -697,8 +697,8 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
$columns->setDisplayFields($fields);
$columns->setFieldCasting(array(
'Created' => 'Date->Ago',
'LastEdited' => 'Date->Ago',
'Created' => 'Datetime->Ago',
'LastEdited' => 'Datetime->Ago',
));
$controller = $this;