change tx-details time format

This commit is contained in:
Gabriel Bazán 2015-10-30 10:50:27 -03:00
commit 7c8a0101a7

View file

@ -66,7 +66,8 @@
<li ng-if="btx.time" class="line-b p10 oh"> <li ng-if="btx.time" class="line-b p10 oh">
<span class="text-gray" translate>Date</span>: <span class="text-gray" translate>Date</span>:
<span class="right"> <span class="right">
<time>{{ btx.time * 1000 | amCalendar}}</time> <time>{{ btx.time * 1000 | amDateFormat:'MM/DD/YYYY HH:mm a'}}</time>
<time>({{ btx.time * 1000 | amTimeAgo}})</time>
</span> </span>
</li> </li>
<li class="line-b p10" ng-show="btx.action != 'received'"> <li class="line-b p10" ng-show="btx.action != 'received'">