RED-4348: Fixed license date pipe

This commit is contained in:
Adina Țeudan 2022-06-23 17:37:16 +03:00
parent 7b6ee9f9c6
commit ed28381644

View File

@ -50,8 +50,8 @@
<div class="row">
<div translate="license-info-screen.licensing-period"></div>
<div>
{{ (selectedLicense.validFrom | date: 'dd-MM-YYYY') || '-' }} /
{{ (selectedLicense.validUntil | date: 'dd-MM-YYYY') || '-' }}
{{ (selectedLicense.validFrom | date: 'dd-MM-yyyy') || '-' }} /
{{ (selectedLicense.validUntil | date: 'dd-MM-yyyy') || '-' }}
</div>
</div>
</ng-container>