We are trying to create a Web API query to our Cherwell ticketing system to only retrieve records from a certain relative date or days ago, but I am unable to get the Mustache js syntax to give me anything other than the current Date() – is there a guide to using some slightly more advanced js such as:
var ten_days_ago=new Date().setDate(today.getDate()-10)