...
If you would like to learn more about this format or more specifically the number format strings we user use internally visit https://msdn.microsoft.com/en-us/library/0c899ak8(v=vs.110).aspx .
...
Date Format: (MERGEFIELD CreatedDate \@ "dd-mm-yy")
This format string type is the same as word. Here are some examples:
Code | Input | Result |
MMMM dd, yyyy | 17/05/16 9:00pm +10:00 | May 10, 2016 |
dd-MM-yy | 17/05/16 9:00pm +10:00 | 17-05-16 |
h:m:s dd-mm-yyy z | 4/02/15 2:00am +11:00 | 2:0:0 04-02-015 +11:00 |
hh:mm:ss dd-mm-yy z "Apple" | 17/05/16 9:25pm +10:00 | 9:25:00 17-05-16 +10:00 |
Once again if you would like to learn more about date format strings we use internally visit https://msdn.microsoft.com/en-us/library/8kb3ddd4(v=vs.110).aspx .
Below are the new merge field format options that we have added to our mail merge.
Image Format: (MERGEFIELD Our_Logo \& "54")