Format Date in Notification

Hi,

I will show you how to format the date and time in the Notification.

My information is Appointment Date

  1. Date only
    {variables[‘Entry’][‘Appointment Date’]|dd/MM/yyyy}

  2. Time only
    {variables[‘Entry’][‘Appointment Date’]|hh:mm tt}

  3. Date and Time
    {variables[‘Entry’][‘Appointment Date’]|dd/MM/yyyy hh:mm tt}

Result:

  1. 04/10/2023

  2. 5:40 pm

  3. 04/10/2023 5:40 pm