Is there a way to keep the date format as it shows in the report?
Thanks,
Iain
4 respuestas

Thanks Falk. I was able to update the date format using this in the email content:
%%=DatePart([Maturity date],"Day")=%%/%%=DatePart([Maturity date],"Month")=%%/%%=DatePart([Maturity date],"Year")=%%
where [Maturity date] is the field from my report.