diff --git a/important_dates.php b/important_dates.php index 818891d..cf53970 100644 --- a/important_dates.php +++ b/important_dates.php @@ -34,8 +34,7 @@ if($r->date == '0000-00-00 00:00:00') $d = i18n("not specified"); else - $d = $r->date; - //$d = strftime("%a %b %e, %Y, %H:%M", $r->udate); + $d = date($config['dateformat']." ".$config['timeformat'],$r->udate); echo "".i18n($r->description)."$d"; } echo "";