make the short date a valid ISO date format.

This commit is contained in:
Christian Weiske 2010-10-09 12:14:34 +02:00
parent f359fd685f
commit 894011dd0f

View file

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