# WeekdayName

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

### 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.

<figure><img src="https://files.readme.io/036005a-Screen_Shot_2021-10-29_at_3.39.07_PM.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.meetuma.ai/uma-knowledgebase/data-and-reporting/analytics-pro/functions/date-functions/weekdayname.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
