Skip to content
Snippets Groups Projects
Commit dddf5762 authored by David Stäheli's avatar David Stäheli
Browse files

format date

parent a4f76eb8
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
<table mat-table [dataSource]="dataSource">
<ng-container matColumnDef="date">
<th mat-header-cell *matHeaderCellDef>Datum</th>
<td mat-cell *matCellDef="let transaction">{{ transaction.date }}</td>
<td mat-cell *matCellDef="let transaction">{{ transaction.date | date: 'dd.MM.yyyy' }}</td>
</ng-container>
<ng-container matColumnDef="from">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment