The WeekdayName function evaluates a specified date and returns the day of the week by name (Sunday, Monday, Tuesday, etc.).

For more information (including use case exercises) about date functions, see the Common Date Functions and Use Cases QuickStart.


Usage

WeekdayName(date)

Function arguments:

  • date (required) - a date or a column containing date values from which the weekday name is determined

Examples

WeekdayName(Date("2007-08-14"))

Evaluates the specified date and returns Tuesday to represent the day of the week.

WeekdayName([Date])

Evaluates the date values in the Date column and returns the weekday name for each date.

Screen_Shot_2021-10-29_at_3.39.07_PM.png


Related Functions


Was this page helpful?
Yes No