Module: Editor
Version: 2.2.1 +
Description
The formula 'WeekDay' returns the day of the week from a specified date. The result is a number in the range 0 (Sunday), 1 (Monday) ... 6 (Saturday).
Parameters
Date: this is the date where you want to get the day of the week from.
Example
Description
In the following example the formula 'WeekDay' is used to get the day of the week from a date.
Values parameters
Date: 23-9-2014
Result
Output: 2
The outcome is 2, because the date 23-9-2014 is on a Tuesday.