I'm trying to calculate a custom date on the receipt for use with a coupon. ex: "Coupon valid until MM/DD/YYYY".
Transaction.Date + 30 doesn't work.
<SET name="Expires" type="VbDateTime"> Transaction.Date + 30 </SET>
E.g TodaysDate + 30 is displaying 42257 which if you do this in Excel and copy the date to a text field you get the same number, is there a way to format this back to a Date within the Receipt?
Anyone know how to accomplish this in XML?
Many Thanks
*This post is locked for comments