diff --git a/src/frontend/app/process/process.component.html b/src/frontend/app/process/process.component.html index c3249ddf0a2453d1ee10f285c8b792827e543548..b962b1e79e8c08831808f0a5479e35e79c5c3510 100644 --- a/src/frontend/app/process/process.component.html +++ b/src/frontend/app/process/process.component.html @@ -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>