How to add date in email?

Chronowes 04 Feb, 2016
Hello,

I have an email being send to the users that fillsout the website form. In this email I would like to add a Date field that shows the actual Date. Could you please advice how to do so?


Thank you and cheers
GreyHead 04 Feb, 2016
Hi Chronowes,

<?php echo date('Y-m-d'); ?>
or some other date format.

Bob
This topic is locked and no more replies can be posted.