mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-03-12 01:32:12 +00:00
fix: use localized date and time
This commit is contained in:
committed by
Wieland Schöbl
parent
8280917312
commit
6ca0b97637
@@ -1,7 +1,7 @@
|
||||
<div *ngIf="origin.type === 'user'">
|
||||
<p>{{origin.created | amDateFormat:'DD. MMM YY'}}</p>
|
||||
<p>{{origin.created | amDateFormat:'ll'}}</p>
|
||||
</div>
|
||||
|
||||
<div *ngIf="origin.type === 'remote'">
|
||||
<p>{{origin.indexed | amDateFormat:'DD. MMM YY'}}</p>
|
||||
<p>{{origin.indexed | amDateFormat:'ll'}}</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user