Skip to content
Snippets Groups Projects
Commit e612f035 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #14004 TIME 0:05 fix date format

parent 0b7b3132
No related branches found
No related tags found
No related merge requests found
......@@ -207,8 +207,8 @@
</div>
<div class="content-item" *ngIf="!functions.empty(currentResourceInformations.registeredMail_returnDate)">
<div>{{'lang.returnDate' | translate}} :</div>
<div class="content-item-value" [title]="this.currentResourceInformations.registeredMail_returnDate">
{{this.currentResourceInformations.registeredMail_returnDate}}</div>
<div class="content-item-value" [title]="this.currentResourceInformations.registeredMail_returnDate | fullDate">
{{this.currentResourceInformations.registeredMail_returnDate | date: 'dd/MM/y'}}</div>
</div>
<div class="content-item" *ngIf="!functions.empty(currentResourceInformations.registeredMail_returnReason)">
<div>{{'lang.returnReason' | translate}} :</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment