Using date offsets and date formatting together
-
You may know that you can add date offsets to a date form field, such as {Matter.AllowanceDate(+3M). This will show the Allowance Date plus 3 months.
You can also format dates to show in a long date format such as May, 01, 2025. You would use the following syntax. {Matter.AllowanceDate(MMMM d, YYYY)}.
You can combine the two formatting options and have the Allowance Date shown with both the offset AND long date formatting by using {Matter.AllowanceDate(+3MMMMM d, YYYY)}.
See the following for a more detailed explanation:
https://support.appcoll.com/form-emails-and-letters/add-date-offsets-to-form-letters-and-emails
https://support.appcoll.com/form-emails-and-letters/format-dates-in-form-letters-and-emails