From 952a8809c270a10f576c54ad232fc689df1df63b Mon Sep 17 00:00:00 2001 From: arturo Date: Mon, 31 Aug 2020 17:46:16 -0500 Subject: [PATCH] ahita perro --- src/controller/Prestamo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller/Prestamo.ts b/src/controller/Prestamo.ts index b37fc6b..f068dd4 100644 --- a/src/controller/Prestamo.ts +++ b/src/controller/Prestamo.ts @@ -57,7 +57,7 @@ export class PrestamoController { prestamo.usuario = usuario const m = moment() .add({ hours: 2, minutes: 35 }) - .format('MMMM Do YYYY, h:mm:ss a') + .toLocaleString() prestamo.horaMaxEntrega = m