From 33df55f1e35a2e84b024386663142573b1ae06ba Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Mon, 9 Sep 2019 16:13:48 -0300 Subject: [PATCH] fecha y hora en comanda --- src/app/components/comanda/comanda.component.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/components/comanda/comanda.component.html b/src/app/components/comanda/comanda.component.html index 1cc3a8b..d4567c0 100644 --- a/src/app/components/comanda/comanda.component.html +++ b/src/app/components/comanda/comanda.component.html @@ -10,6 +10,8 @@ }">

{{comanda.id.toString().slice(comanda.id.toString().length - 2)}}.

+ +

{{comanda.fechafinelaboracion | date: 'dd-MM-yyyy HH:mm' : '+0000'}}