Is it possible to have the date field show a day of the week instead of a date?
Solved
Changing Date Field to Show Day of Week

Best answer by Jeremy_Oglesby
Tobin_Perry wrote:
That’s very helpful! Now is it possible when those items are grouped to order them in the correct order? Right now it orders them alphabetically … Friday, Tuesday, Thursday, Wednesday. Alphabetical seems like the only option.
Well, it’s a little uglier to look at, but adjust the formula to this:
WEEKDAY({Date Field}) & " - " &
DATETIME_FORMAT({Date Field}, 'dddd')
That will prefix the day as text with the number of that day in the week:
That will sort the days in their appropriate week order when sorting by that field.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.