In Rainmeter, dates are just Windows timestamps (number of seconds since...). So you can do math with the number to add/subtract seconds from the timestamp; e.g., add a day to the value by adding "... + (60 * 60 * 24)". See the docs on the Time measure for more info about turning timestamps into formatted text and vice versa.hello, I would like to adapt my conky on rainmeter
https://www.pling.com/p/2119346/
but I can't find how to add date+1 -1 etc...
on conky you can do it like thisdo we have the equivalent on rainmeter ?Code:
${execi 1200 date -d -2day +%d}
Statistics: Posted by SilverAzide — Today, 12:49 pm