08-16-2018, 10:17 AM
Could you please point out how I can use format_date in workflow emails?
I want to send an email with the appointment date in the subject line when the appointment is scheduled.
These do not work:
- format_date('d.m.Y', $date_start)
- $(format_date('d.m.Y', $date_start))
- $date_start(format_date('d.m.Y'))
I want to send an email with the appointment date in the subject line when the appointment is scheduled.
These do not work:
- format_date('d.m.Y', $date_start)
- $(format_date('d.m.Y', $date_start))
- $date_start(format_date('d.m.Y'))