Set Ship/Expire Date to X days after Order Date:
It appears that MAS scripting treats the order and ship/expire dates as string fields.
So adding 30 to the order date value doesn't work.
Are there any shortcuts, or is this a case of parsing out the string field to convert it to a date/number field, then do the math, then converting it back to a string field?