WeekdayName / Temporal Layer
Extract full weekday name from date/datetime values in English. Returns string values from Monday through Sunday.
Example extractions:
| Date | Name | ISO Number | Category |
|---|---|---|---|
| 2024-01-01 | Monday | 1 | Weekday |
| 2024-01-06 | Saturday | 6 | Weekend |
| 2024-01-07 | Sunday | 7 | Weekend |
Common applications:
- Report formatting
- User interfaces
- Schedule display
- Day-based analysis
- Calendar generation
Table
0
0
Table
Transforms
[, ...]Select
columnDate/datetime column to extract weekday name from. Returns full English day names with proper capitalization (Monday, Tuesday, etc.).
AsColumn
nameName for the new column. If not provided, the system generates a unique name. If AsColumn matches an existing column, the existing column is replaced. The name should follow valid column naming conventions.