convert date to weekday text value

I am trying to display the date of the day of the week in the app view of my application. I have tried various methods but am new to the program and have not found a satisfactory solution. Any help to send me in the right direction would be much appreciated.Screen Shot 2022-03-07 at 5.27.14 PM.png

Solved Solved
0 9 550
1 ACCEPTED SOLUTION

Welcome to the community!

You can use:

INDEX( {"Sun", "Mon", ... , "Sat"}, WEEKDAY([date]) )

 

View solution in original post

9 REPLIES 9
Top Labels in this Space