Working with dates and time in WIX Code?

Hi Wayne, I’m working on something similar – setting an “expiration” date 1 year from when a record was created in the database
createdDate + 365 days = …

Did you every get the code working for this?

Thanks!