formatLocale(elgg_echo('friendlytime:date_format:short')); } $attributes = [ 'title' => $date->formatLocale(elgg_echo('friendlytime:date_format')), 'datetime' => $date->format('c'), ]; echo elgg_format_element('time', $attributes, $output);