]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
make the short date a valid ISO date format.
authorChristian Weiske <cweiske@cweiske.de>
Sat, 9 Oct 2010 10:14:34 +0000 (12:14 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 9 Oct 2010 10:14:34 +0000 (12:14 +0200)
data/config.default.php

index bd67c7b3600c2ed46ebd0c409d10590c45222b55..3d60b9179163de5b01375bfaaf0e4ad8daf93b6d 100644 (file)
@@ -327,7 +327,7 @@ $index_sidebar_blocks = array(
  * @var  string
  * @link http://php.net/date
  */
-$shortdate = 'd-m-Y';
+$shortdate = 'Y-m-d';
 
 /**
  * Format of long dates.