This commit is contained in:
OSWorX 2025-04-22 21:33:49 +02:00 committed by GitHub
commit 67ff181c35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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') ].' ';