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