Formating date correctly is one of the troublesome work in all computer languages because remembering how to format is difficult.
In Microsoft Word, the formatting process is –
- Press Alt+F9 to show the merge field code
- Add the format string to {MERGEFIELD mydate }
- The code looks like {MERGEFIELD mydate \@ “dd/MM/yyyy” }