Hi,
I will show you how to format the date and time in the Notification.
My information is Appointment Date
-
Date only
{variables[‘Entry’][‘Appointment Date’]|dd/MM/yyyy} -
Time only
{variables[‘Entry’][‘Appointment Date’]|hh:mm tt} -
Date and Time
{variables[‘Entry’][‘Appointment Date’]|dd/MM/yyyy hh:mm tt}
Result:
-
04/10/2023
-
5:40 pm
-
04/10/2023 5:40 pm