This commit is contained in:
2020-03-04 15:42:20 +00:00
parent c9ae62ec6c
commit f43e4e8d88
2 changed files with 35 additions and 4 deletions

View File

@@ -924,7 +924,7 @@ function untokenizeListView(lv) {
//iterate the array and build a new array with substituted tokens with the correct date and time in them
console.log(lv);
//console.log(JSON.parse(lv));
console.log("test:yesterday");
console.log(relativeDatefilterCalculator.tokenToDates("*yesterday*"));
console.log("test:lastweek");
console.log(relativeDatefilterCalculator.tokenToDates("*lastweek*"));
}
</script>