mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Display of last edit date should be exact to the minute.
This commit is contained in:
parent
8dc2770ce1
commit
e0c92f135e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user