Add the Current Date and Time into Form Letters and Emails

Share this article:

To add the current time and date, use {General.Now} as the field. Note that you can use date offsets and formatting such as:

{General.Now(-7d M/d/yy)} - 7 days past from today's date
{General.Now(+1m)} - 1 month from today's day

More information on formatting dates can be found here.