You can include event information in an email template as follows:
1 2 |
{{ bdDate (action.actionDate,"d M Y") 1 }} {{ bdDate (action.actionDate,"H:i") 1 }} |
The first line includes the date, the second line the time. You are free to use any valid PHP parameter.
A reference of the PHP date() function can be found here: http://www.w3schools.com/php/func_date_date.asp