RE: Display Day of Week in Search Results
Is there a way to display the day of the week based on a date in saved search results?
For example, if the date is 3/29/2021, it would display “Monday”.
You can use this formula (text): TO_CHAR({date}, ‘Day’)
The value of {date} is the field that you want to convert to a day of the week.

That worked. Thanks!