If you want to use the evaluate template option you can specify the days back or ahead.
qie.evaluateTemplate("{SYSTEM_DATE-7d[yyyyMMddHHmmss]}")
The system date node tag is replaced with the current system date/time in the specified format (see Format Indicator above) The system date/time can be adjusted by adding a modifier after SYSTEM_DATE in the format of [+/-][number][y/M/d/H/m/s/S]. For example, to adjust it ahead 2 hours, you could use the following syntax: {SYSTEM_DATE+2H[yyyy-MM-dd]}