I have installed KWGT and am trying to create a calendar widget for the first time.
I was looking around to create a calendar widget and came across the following function.
$df(e,r+df(d)+d)$
I tried it with $dp(r+df(d)+d)$ and it returns the last day of the last month.
I don’t understand why that function outputs the last day of the last month.
Here’s the documentation: DF - date format | Kustom HQ
Even after checking this documentation, I can’t figure out what each of R and D are doing - does anyone know or have documentation on this?
$dp(df(d))$, $dp(r+df(d))$, $dp(df(d)+d)$, etc. all output today’s date.
I don’t know how $dp(r+df(d)+d)$ behaves, as it outputs the last date of the last month.
I wrote this through a translator, so there may be some inconsistencies. Thank you for your understanding.