DayOfWeekName (PQL)

Returns the name of the day of week. Optional flag can be set to “LONG” or “SHORT”, where “LONG” will return “Monday” and “SHORT”  will return “Mon”.

  • Returned Output: Text
  • Library: PQL \ Granular \ Date-Time
  • Version: 2023.13.000
  • Compatibility: Pyramid Query Language (PQL) data sources

Syntax

DayOfWeekName( <Column DateTime> , OPTIONAL <Flag> )

* Click on the function's arguments above for more details on the input values.

Comments