Hi Aspose Dev -
I have a document with some MergeFields that will be merged with Date data.
Currently, the MergeField does not contain any Format picture-switches for date format,
such as “\@ MM-DDD-YYYY”. I am adding the formats to the MergeFields programmatically.
Now the name of these Date MergeFields are “Birth_Date”, “Start_Date”, etc. This worked
fine when the data source used to be a flat file containing pre-formatted date values and it was
merged as a string. The new data-source is now a data-view, with Date-Time columns that
define the data. It appears that MailMerge will not recognize the format specifiers if the
MergeField is named “Birth_Date”, but will work if named “Date”. I assume there is no way
around this? The format specifier in and of itself is not enough. In order to apply the date format, the MergeField itself must be named “Date”? There will be several date MergeFields on the form.
Thanks for your help -
bob kells