Use the 2-digit version for uniformity
authorJoey Schulze <joey@infodrom.org>
Sun, 6 Apr 2008 16:27:34 +0000 (16:27 +0000)
committerJoey Schulze <joey@infodrom.org>
Sun, 6 Apr 2008 16:27:34 +0000 (16:27 +0000)
src/Infodrom/news/edit.wml

index 3f7e971..1dfe640 100644 (file)
@@ -21,7 +21,7 @@
       $row['releasedate'] .= " ". $foo[0] . ":". $foo[1];
     }
   } else {
-    $row['releasedate'] = date ("Y-m-j H:i");
+    $row['releasedate'] = date ("Y-m-d H:i");
   }
 ?>