I would appreciate any input for such task:
I need to determine if TODAY() falls within a date range, say from March 1st to October 31st, regardless of the year.
So I need to compare TODAY() with start date and end date without the year, but only with day and month.
I cannot figure out how to do it.
Thanks for any thoughts