Using the @DATEPLUS function from the ISO8601 plugin,
here is a UDF @PREVDATE function;
Joe
here is a UDF @PREVDATE function;
Code:
R:\>function prevdate=`%@dateplus[%1,-1]`
R:\>echo %_isodate %@prevdate[%_isodate]
2026-07-23 2026-07-22
Joe





