Client: created date in a better format

pull/10/head
Chocobozzz 2016-09-23 17:15:03 +02:00
parent eb4f957eca
commit ec1b7d9738
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<td>{{ friend.id }}</td>
<td>{{ friend.url }}</td>
<td>{{ friend.score }}</td>
<td>{{ friend.createdDate }}</td>
<td>{{ friend.createdDate | date: 'medium' }}</td>
</tr>
</tbody>
</table>