How to retrieve the third Friday of a month? I have a use case where I need to send out emails on a particular day of a month.
Solved! Go to Solution.
Hi @yashwanth522 the workflow attached will give you for the current month the list of days and ranks them so you can then easily identify the Third Friday of a month.
Awesome! @JosephSerpis Worked like a charm! Great idea!
I generated a set of future dates and calculate the day of week and then determine which occurrence of that day it is for any given month. My workflow filters to the 3rd Friday, but it could be anything you want.
Cheers,
Mark