From 907b4a499114a9f93e7f60d8dc980fc34bc7dbb5 Mon Sep 17 00:00:00 2001 From: Bernat Date: Fri, 27 Sep 2019 11:04:27 +0200 Subject: [PATCH] #1729 client.webPayment mostrar hora --- modules/client/front/web-payment/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/front/web-payment/index.html b/modules/client/front/web-payment/index.html index cf7e8fbc23..e9c45dc533 100644 --- a/modules/client/front/web-payment/index.html +++ b/modules/client/front/web-payment/index.html @@ -34,7 +34,7 @@ {{::transaction.id}} {{::transaction.amount | currency: 'EUR':2}} - {{::transaction.created | dateTime:'dd/MM/yyyy'}} + {{::transaction.created | dateTime:'dd/MM/yyyy HH:mm'}}