I need to calculate and display a date 30 months from the date signed.
In my template, I have created a date signed field and called it policy_period_from.
I have created a formula field with the following formula: AddMonths( [policy_period_from] ,30)
This is displaying in numerical UK date format (dd/mm/yyyy) but we are sending this particular doc to our US customers so it either needs to be in US format (mm/dd/yyyy) or be in a format that can’t be misinterpreted in the US (e.g. dd MMM yyyy, i.e. 30 Nov 2026).
How can I achieve this?