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”.

mmascitto Beginner Asked on March 29, 2021 in Saved Searches.
Add Comment
1 Answers

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.

Rookie Answered on March 29, 2021.

That worked. Thanks!

on March 29, 2021.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.