The date time format can be chosen in application settings
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
</tr>
|
||||
<?php foreach ($tokens as $token): ?>
|
||||
<tr>
|
||||
<td><?= dt('%B %e, %Y at %k:%M %p', $token['date_creation']) ?></td>
|
||||
<td><?= dt('%B %e, %Y at %k:%M %p', $token['date_expiration']) ?></td>
|
||||
<td><?= $this->dt->datetime($token['date_creation']) ?></td>
|
||||
<td><?= $this->dt->datetime($token['date_expiration']) ?></td>
|
||||
<td><?= $token['is_active'] == 0 ? t('No') : t('Yes') ?></td>
|
||||
<td><?= $this->e($token['ip']) ?></td>
|
||||
<td><?= $this->e($token['user_agent']) ?></td>
|
||||
|
||||
Reference in New Issue
Block a user