wording und datum angepasst

This commit is contained in:
ma0048
2021-12-01 19:31:31 +01:00
parent 15176e7ce6
commit b2d46af0d6
3 changed files with 4 additions and 3 deletions
@@ -35,7 +35,7 @@
<div class="row">
<div class="col-lg-12">
<h3 class="page-header">
Abgewiesene Studenten
Abgewiesene
</h3>
</div>
</div>
@@ -76,6 +76,7 @@ $query = '
$datasetRaw->{'Nachricht'} = 'Ja';
}
$datasetRaw->{'AbgewiesenAm'} = date_format(date_create($datasetRaw->{'AbgewiesenAm'}),'Y-m-d H:i');
return $datasetRaw;
}
);