UNPKG
insight-tcr
Version:
latest (8.5.7)
8.5.7
A blockchain explorer for Bitcore
github.com/bitpay/bitcore
bitpay/bitcore
insight-tcr
/
src
/
app
/
shared
/
date-time
/
date-time.component.html
5 lines
(4 loc)
•
211 B
HTML
View Raw
1
2
3
4
5
<
span
title
=
"{{value | date:'long'}}"
>
<
ng-container
*
ngIf
=
"inThePastDay; else fullDate"
>
{{value | date:'shortTime'}}
</
ng-container
>
<
ng-template
#
fullDate
>
{{value | date:'short'}}
</
ng-template
>
</
span
>