Description
Returns a text name representing the week day for a given date
Syntax
WEEKDAYTEXT(<inputdate>)
Arguments
Argument | Type | Description | Optional |
---|---|---|---|
inputdate | DateTime | Date value to extract the weekday name from | No |
Returns
Text value
Examples
Expression: | WEEKDAYTEXT("2018-01-01") |
Returns: | Monday |
Expression: | WEEKDAYTEXT("08/03/2018") |
Returns: | Thursday |