Determine the Day of the Week#

Determine which day of the week corresponds to the specified date.

Value

[Text] The date for which it is necessary to determine which day of the week it falls on.

For example, "01.01.2020"

Result Type

Format of the returned value:

  • English - returns the value in English (e.g., Monday);
  • Russian - returns the value in Russian (e.g., Понедельник);
  • Local language - returns the value in the language defined in the system;
  • Number - returns a numeric value for the day of the week, where Monday is considered as 1.
Locale

Locale selection during conversion. Possible values:

  • RU - Russian (ru-RU);
  • EN - English (en-US).
Error Handling Level

Select the error handling level. Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Result[Text/Number] The day of the week that corresponds to the specified date.
Message Level

Select the message level that blocks will output during operation. Possible values:

  • "Default" - default;
  • "Release" - output is disabled;
  • "Debug" - outputs main information;
  • "Detailed" - outputs detailed information.

If "Default" is selected, the value from the "Start" block of this diagram will be used.

Error Message[Text] Returns detailed information about the error in case of incorrect execution of the block.