mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-02-18 04:17:13 +01:00
improved dns expiriation date formating
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td class="counter-name">Expire:</td>
|
||||
<td class="counter-value"><?php echo $data[$key]['EXP'] ?></td>
|
||||
<td class="counter-value"><?php echo date("Y M d", strtotime($data[$key]['EXP'])) ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="counter-name">Records:</td>
|
||||
|
||||
@@ -101,7 +101,7 @@
|
||||
<table>
|
||||
<tr>
|
||||
<td class="counter-name">Expire:</td>
|
||||
<td class="counter-value"><?php echo $data[$key]['EXP'] ?></td>
|
||||
<td class="counter-value"><?php echo date("Y M d", strtotime($data[$key]['EXP'])) ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="counter-name">Records:</td>
|
||||
|
||||
Reference in New Issue
Block a user