I title a lot of files by including the start date of that week
e.g. Ops Update - Week of 1/22/24
Is there a way to create an Alfred snippet to automatically determine the Monday of that week?
In Excel it would be something like this:
=IF(WEEKDAY(TODAY(),2)<=5,TODAY()-WEEKDAY(TODAY(),2)+1,TODAY()-WEEKDAY(TODAY(),2)+8)