Date Manipulation

I’m customizing the T3 letter and want to enter the due date of the T3 return (being 90 days after the year-end). I am trying to add 90 to the year-end date field code. Is there some way to do this in the letter template?

Add this into letter template:

{{ format(CurrentClient.Info.CommonData.FileByDate, “January 2, 2003”) }}. This is a hidden field calculated as the T3 tax year-end date plus 90 days. If you prefer to format the date in a different way…see formatting field codes support topic

https://www.taxcycle.com/Support/Documentation/tabid/153/ID/1242/categoryId/45/Formatting-field-codes.aspx

~ Rob

1 Like

That’s great, Rob. Thanks very much!