make the short date a valid ISO date format.
This commit is contained in:
parent
f359fd685f
commit
894011dd0f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue