change publication like instagram and add time zone to agenda

This commit is contained in:
Peter Maquiran
2023-09-26 10:29:29 +01:00
parent c0eee0e2b3
commit f042168e2e
22 changed files with 305 additions and 113 deletions
@@ -76,7 +76,7 @@
</div>
<div class="content-details">
<ion-label>
<p>{{customDate}}</p>
<p>{{customDate}}, {{ 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 |