mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 03:09:58 +03:00
Merge 40897e43e2
into 3b951a0e37
This commit is contained in:
commit
67ff181c35
1 changed files with 1 additions and 1 deletions
|
@ -823,7 +823,7 @@ function format_date($original, $show=null, $format=null)
|
|||
$print.= $lang['day'][ $date->format('w') ].' ';
|
||||
|
||||
if (in_array('day', $show))
|
||||
$print.= $date->format('j').' ';
|
||||
$print.= $date->format('j').'. ';
|
||||
|
||||
if (in_array('month', $show))
|
||||
$print.= $lang['month'][ $date->format('n') ].' ';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue