DAY_OF_WEEK
Description
Returns day of week of the provided date as a string ('Monday', 'Tuesday' etc)
Parameters
Attribute of the Date type or date constant or calculation producing a date
Example
IF DAY_OF_WEEK (Account.OpeningDate='Wednesday') THEN ...