I’m probably missing something, but how do I get the current day of the year? For instance, we have WEEKNUM(TODAY()), but not DAYNUM(TODAY())?
I can do year(today()), and week(today() but when I do day(today()) it shows the day of the month and not the year. Thanks!
Example: Jan 1st 2021 is day 1, etc.