If today is friday and I am using UI-fields, why does the following not return “Friday”?
IF( DAY_OF_WEEK( TODAY() ) == “6”
,
“Friday”
,
“”
)
Question
return day of week
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.