diff --git a/module/doc/view/browse.html.php b/module/doc/view/browse.html.php
index 28d402b7bb..c6a0da478a 100644
--- a/module/doc/view/browse.html.php
+++ b/module/doc/view/browse.html.php
@@ -77,8 +77,8 @@
fileSize ? $doc->fileSize : '-';?> |
addedBy);?> |
- addedDate, 'y-m-d');?> |
- editedDate, 'y-m-d');?> |
+ addedDate, 'Y-m-d');?> |
+ editedDate, 'Y-m-d');?> |
diff --git a/module/doc/view/doclist.html.php b/module/doc/view/doclist.html.php
index 75d369c13d..1da83df2e4 100644
--- a/module/doc/view/doclist.html.php
+++ b/module/doc/view/doclist.html.php
@@ -12,7 +12,10 @@
?>
@@ -73,7 +76,7 @@
| doc->addedDate, '', 'tableContents');?> |
doc->editedBy, '', 'tableContents');?> |
doc->editedDate, '', 'tableContents');?> |
- actions;?> |
+ actions;?> |
@@ -108,9 +111,9 @@
addedBy);?> |
- addedDate, 'y-m-d');?> |
+ addedDate, 'Y-m-d');?> |
editedBy);?> |
- editedDate, 'y-m-d');?> |
+ editedDate, 'Y-m-d');?> |
id&comment=false", "", '', "title='{$lang->edit}' class='btn btn-link'", true, false)?>
|