If you would like to include only check-in dates or only check-in times in your templates, you can use below variables:
For Check-in Time: {{ entity.arrivalTime | date(‘G:i A’,’UTC’) }}
For Check-in Date: {{ entity.arrivalDate | date(‘Y-m-d’) }}
If you would like to include only check-in dates or only check-in times in your templates, you can use below variables:
For Check-in Time: {{ entity.arrivalTime | date(‘G:i A’,’UTC’) }}
For Check-in Date: {{ entity.arrivalDate | date(‘Y-m-d’) }}