Weekday

Description

Returns an integer between (1-7) corresponding to the day of the week of the date. A new column is created for the results.

DayWeekday() returns
Monday1
Tuesday2
Wednesday3
Thursday4
Friday5
Saturday6
Sunday7

Use

  • Argument:
    • Select an argument. (Date)
  • Output field name:
    • Enter an output field name.

Example

Date valueWeekday() returns
2022-02-18 13:30:00.0005
2022-02-19 13:30:00.0006
2022-02-20 13:30:00.0007
2022-02-21 13:30:00.0001

Hero Platform_ Example

An example of this function can be found in Hero Platform_'s library of examples.

Download the example titled "function_Weekday" to see an example of this function. 

Type

Formulas