This commit is contained in:
Jun Pataleta 2022-07-11 16:51:03 +08:00
commit df2276aee6
2 changed files with 2 additions and 1 deletions

View file

@ -243,7 +243,7 @@ if (empty($completions)) {
// Completion data.
echo html_writer::start_tag('td', array('class' => 'cell c5'));
if ($row['timecompleted']) {
echo userdate($row['timecompleted'], get_string('strftimedate', 'langconfig'));
echo userdate($row['timecompleted'], get_string('strftimedatemonthtimeshort', 'langconfig'));
} else {
echo '-';
}