[add] format publish date for video

This commit is contained in:
Knah Tsaeb 2013-08-01 14:25:39 +02:00
parent 3d9d30a889
commit 849eaab71c
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ if (!empty($ci['ac']) && $ci['ac'] === 'view' && !empty($listCurrentFile)) {
<td>', $videoInfo['duration'], '</td>
<tr>
<th>Publish date</th>
<td>', $videoInfo['uploadDate'], '</td>
<td>', date("d m Y", strtotime($videoInfo['uploadDate'])), '</td>
</tr>
<tr>
<th>Via</th>