mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added dateformat
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
break;
|
||||
}
|
||||
echo '</td>';
|
||||
echo '<td>' . $sat->updated . '</td>';
|
||||
echo '<td>' . date($custom_date_format . " H:i", strtotime($sat->updated)) . '</td>';
|
||||
echo '</tr>';
|
||||
}
|
||||
echo '</tbody>
|
||||
|
||||
Reference in New Issue
Block a user