Hello all,
I am trying identify records (with a date field) with a date within the last month of every quarter in the year, and then find those records that have a date after the 20th but before the end of that month. Only the last month of every quarter. The date format is MM/DD/YYYY.
For example, if the date is 03/21/2017 or 03/31/2017, I want to identify that record. If it is 03/19/2017, I don't. I also wish to not have to take into account the year. I don't want to have to update the workflow every year. I would like just the month and day to be relevant.
I wonder if there is a way to deal with months with 30, 31 and February 28-29(?).
I am guessing I need to standardize the month and day and then use a conditional statement to identify records from the 20th day...to the last day of the month. Not really sure.
Thanks for your help,
Stephen