Short Date Expression
Pattern: [+-]\d[dwmyq] -> sign number part of date
s = second, min = minute, h = hour, d = day, w = week, m = month, y = year, q = quarter (since 8.0.0), wd = week day(Monday-Friday)
For example:
+1d -> add one day to current date
-2d -> subtract two days from current date
+1w -> add one week to current date