I have a simple date in my table and I simply want to have the name of the weekday displayed (e.g. in another column). Does this work with a formula?
Solved
How can I see the name of a weekday
Best answer by Jeremy_Oglesby
Yes, you could use a Formula field to do this, by entering this formula:
DATETIME_FORMAT({Your Date Field}, 'dddd')
Here’s a list of all the “Format Specifiers” that can be used with the DATETIME_FORMAT() function in case you want to try some others:
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
