DAY_OF_WEEK

Returns day of week of the provided date as a string ('Monday', 'Tuesday' etc)

Attribute of the Date type or date constant or calculation producing a date

IF DAY_OF_WEEK (Account.OpeningDate='Wednesday') THEN ... 
  • Last modified: 2023/05/08 07:28