datetime_day_of_week
Retrieve the weekday name (e.g., 'Friday') for a specified date. Input a date string to determine which day of the week it corresponds to.
Instructions
Return the weekday name (e.g., 'Friday') for a given date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_string | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |