Added birthday to Address

This commit is contained in:
Frank Schubert
2024-07-18 15:05:24 +02:00
parent d54673289f
commit 724e2eccee
6 changed files with 61 additions and 4 deletions

View File

@@ -73,6 +73,9 @@
</tr><tr>
<th>Email</th>
<td><?=$address->email?></td>
</tr><tr>
<th>Geburtsdatum</th>
<td><?=($address->birthdate) ? (new DateTime($address->birthdate))->format("d.m.Y") : ""?></td>
</tr><tr>
<th></th>
<td></td>