From c05cdf8dc1da3f3bcda169cbe7a2515674c1fc70 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Thu, 4 Feb 2010 04:47:00 +0000 Subject: [PATCH] Nicer dates (from r95776) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@98172 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- code/CommentAdmin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/CommentAdmin.php b/code/CommentAdmin.php index 8c2cd112..0f20f991 100644 --- a/code/CommentAdmin.php +++ b/code/CommentAdmin.php @@ -86,7 +86,7 @@ class CommentAdmin extends LeftAndMain { $table = new CommentTableField($this, "Comments", "PageComment", $section, $tableFields, $popupFields, array($filter)); $table->setParentClass(false); $table->setFieldCasting(array( - 'Created' => 'SSDatetime->Nice' + 'Created' => 'SSDatetime->Full' )); $fields = new FieldSet(