mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
change date time print format, two letter year
This commit is contained in:
parent
a33031251d
commit
813a1e6ef3
@ -64,7 +64,7 @@ $this->loadHelper('Form', [
|
||||
<td><?= $this->element('printGradido', ['number' => $user['balance']]) ?></td>
|
||||
<td title="<?= $user['pubkeyhex'] ?>"><?= substr($user['pubkeyhex'], 0, 10) . '...' ?></td>
|
||||
<td><?php if($user['created'] != null) {
|
||||
echo $user['created']->format('d.m.Y H:i:s');
|
||||
echo $user['created']->format('d.m.y H:i:s');
|
||||
}
|
||||
?></td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user