New: index.php format($timestamp); + $tmp = datefmt_create(@$locale, $ifmt[0], $ifmt[1], $tz, null, @$ifmt[2]); // DM 15.09.2023 + return is_null($tmp) ? '' : $tmp->format($timestamp);