WeekdayName / Temporal Layer

Extract full weekday name from date/datetime values in English. Returns string values from Monday through Sunday.

Example extractions:

DateNameISO NumberCategory
2024-01-01Monday1Weekday
2024-01-06Saturday6Weekend
2024-01-07Sunday7Weekend

Common applications:

  • Report formatting
  • User interfaces
  • Schedule display
  • Day-based analysis
  • Calendar generation
Table
0
0
Table

Transforms

[, ...]

Select

column

Date/datetime column to extract weekday name from. Returns full English day names with proper capitalization (Monday, Tuesday, etc.).

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