08-16-2018, 10:27 PM
We are sending automated emails with scheduled appointments to our customers.
Without formatting the email template looks like this:
with the following output:
Now that is not the desired outcome.
This is how it should look like:
I could find a way to do the date formatting but cannot apply it to get rid of the third digit pair (seconds) for the time. You don't want to get an appointment where they say on which second it starts - even not in Germany.
Is there any solution for this?
Without formatting the email template looks like this:
Quote:am $date_start um $time_start Uhr
with the following output:
Quote:am 18-08-2018 um 22:42:00 Uhr
Now that is not the desired outcome.
This is how it should look like:
Quote:am 18. August 2018 um 22:42 Uhr
I could find a way to do the date formatting but cannot apply it to get rid of the third digit pair (seconds) for the time. You don't want to get an appointment where they say on which second it starts - even not in Germany.
Is there any solution for this?