change timezone text position

This commit is contained in:
Peter Maquiran
2023-09-26 14:05:07 +01:00
parent c871d94ebf
commit e9baa09a02
2 changed files with 5 additions and 3 deletions
@@ -76,7 +76,8 @@
</div>
<div class="content-details">
<ion-label>
<p>{{customDate}}, {{ TimeZoneString }}</p>
<p>{{customDate}}</p>
<p>{{TimeZoneString}}</p>
<p *ngIf="toDateString(loadedEvent.StartDate) == toDateString(loadedEvent.EndDate)">das
{{loadedEvent.StartDate | date: 'HH:mm'}} às {{loadedEvent.EndDate | date: 'HH:mm'}}</p>
<p *ngIf="toDateString(loadedEvent.StartDate) != toDateString(loadedEvent.EndDate)">{{loadedEvent.StartDate |
@@ -141,4 +142,4 @@
</div>
</ion-content>
</ion-content>