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.
Solved! Go to Solution.
Welcome to the community!
You can use:
INDEX( {"Sun", "Mon", ... , "Sat"}, WEEKDAY([date]) )
User | Count |
---|---|
15 | |
10 | |
7 | |
3 | |
2 |