WeekdayName
Returns the name of the weekday that matches the input date.
Usage
WeekdayName(date)
date (required) The date from which to extract the weekday name.
Examples
Example #1
WeekdayName(Date("2007-08-14"))
Returns Tuesday.
Example #2
WeekdayName([Date])
Return the weekday name for every row in the [Date] column.