From 8c367ab5666b39f357b82ca5c19f3fc12a9b9b90 Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Fri, 3 May 2019 00:03:51 +0200 Subject: [PATCH] #129 [intUI/Date-Format] SepaMandate --- .../sepa-mandate/sepa-mandate-detail.component.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/app/entities/sepa-mandate/sepa-mandate-detail.component.html b/src/main/webapp/app/entities/sepa-mandate/sepa-mandate-detail.component.html index 31330485..6c10041c 100644 --- a/src/main/webapp/app/entities/sepa-mandate/sepa-mandate-detail.component.html +++ b/src/main/webapp/app/entities/sepa-mandate/sepa-mandate-detail.component.html @@ -19,24 +19,23 @@
Granting Document Date
- {{sepaMandate.grantingDocumentDate}} + {{sepaMandate.grantingDocumentDate | date:'mediumDate'}}
Revokation Document Date
- {{sepaMandate.revokationDocumentDate}} + {{sepaMandate.revokationDocumentDate | date:'mediumDate'}}
Valid From Date
- {{sepaMandate.validFromDate}} + {{sepaMandate.validFromDate | date:'mediumDate'}}
Valid Until Date
- {{sepaMandate.validUntilDate}} + {{sepaMandate.validUntilDate | date:'mediumDate'}}
Last Used Date
- {{sepaMandate.lastUsedDate}} -
+ {{sepaMandate.lastUsedDate | date:'mediumDate'}}
Remark