Given a date like April 22, 2022
how can we accurately determine which Friday of that Month it is. In this case it is the 4th Friday.
I have tried all combinations of adding the week day (0-6, so 5) plus the current day, dividing things by 7, using %
because it seems cool, etc. At this point I am stumped.
I am using the Luxon library, but also have access to native JS and dayjs