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?
Page 1 / 1
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:
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:
THANK YOU!!! Yes, finally, this is so satisfying and yet so simple! Keep up the good work!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.