I have a merge field named Effective and I want to add one month to the date (ie 11/15/2000 becomes 12/15/00). The following formula does this except for December effective dates. When Effective date is equal 12/15/2000 the formula results in 13/15/2000. Is this a problem with Word or am I doing something wrong?
{Set MyDate {MERGEFIELD Effective }}{={MyDate \@ "M" } +1 }
{MyDate \@ "\d"}/{MyDate \@ "yyyy"}
Thanks
{Set MyDate {MERGEFIELD Effective }}{={MyDate \@ "M" } +1 }
{MyDate \@ "\d"}/{MyDate \@ "yyyy"}
Thanks