Hi,
I've been successfully been using Mail Merge functionality with Format specifier for dates, but this has recently stopped working and not apply any formatting for date values.
I use a word merge field like this: { MERGEFIELD report.entryDate \@ "dd MMMM yyyy" \* MERGEFORMAT }
(This is what it looks like when I toggle the field codes for the MergeField inside of Word.)
I've been sending the value as a string representation in the format of "yyyy-MM-dd" eg 2024-10-02 for the the 2 Oct 2024.
I use the method to run the word merge > document.MailMerge.Execute(fieldNames, fieldValues)
Thanks for your assistance.