Commit 33df55f1e35a2e84b024386663142573b1ae06ba
1 parent
22a76c25a4
Exists in
master
and in
1 other branch
fecha y hora en comanda
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/app/components/comanda/comanda.component.html
| ... | ... | @@ -10,6 +10,8 @@ |
| 10 | 10 | }"> |
| 11 | 11 | <div class="card-body p-2"> |
| 12 | 12 | <p class="h5 card-title text-center mb-1">{{comanda.id.toString().slice(comanda.id.toString().length - 2)}}.</p> |
| 13 | + <!-- TODO: Implementar moment --> | |
| 14 | + <p class="h5 card-title text-center mb-1">{{comanda.fechafinelaboracion | date: 'dd-MM-yyyy HH:mm' : '+0000'}}</p> | |
| 13 | 15 | <p |
| 14 | 16 | *ngFor="let detalle of comanda.detalles" |
| 15 | 17 | [ngClass]=" |