vcocco
4 years agoNew Contributor II
Need to open up a date parameter
I need to temporarily modify a date parameter in a REST Get snap. The parameter ‘date_added’ uses the previous date:
date_added = Date.parse(Date.now().minusDays(1))
I need to change it to i...