Forum Discussion
stephenknilans
7 years agoContributor
Forgive me if this is too messy, BUT…
Date.parse($Today).plusMonths(1).toLocaleDateTimeString(‘{“format”:“yyyy-MM-dd”}’)
Anyway, this determines the value for the date, adds one month, and then formats it. There are a number of similar ways to do this.
- vcocco7 years agoNew Contributor II
Thank you for the follow up.
I think I’m going to go with the first solution involving ‘Date.now’ and just schedule a run every two weeks.Thank you all for your suggestions.
- Vin