diff --git a/codepot/src/codepot/views/project_home.php b/codepot/src/codepot/views/project_home.php index 38dd37a4..03da1f41 100644 --- a/codepot/src/codepot/views/project_home.php +++ b/codepot/src/codepot/views/project_home.php @@ -220,7 +220,7 @@ foreach ($urls as $url) foreach ($log_entries as $log) { - $createdon_mmdd = codepot_dbdatetodispdate ($log['createdon'], 'm-d'); + $createdon_mmdd = codepot_dbdatetodispdate ($log['createdon'], 'Y-m-d'); if ($log['type'] == 'code') {