Add working days to date

<< Click to Display Table of Contents >>

Navigation:  Actions > Variables >

Add working days to date

 

It is often necessary to add working days rather than calendar days to the date. That is, without taking into account Saturdays and Sundays. Note that the action does not take into account other public and religious holidays, as the list of holidays varies from country to country and may change from year to year. In most cases, it is sufficient to consider only Saturdays and Sundays.

The action allows you to calculate the end date and the number of calendar days.

 

VariablesAddWorkingDays

 

Initial date

Specify the start date in the current system format. To convert the value to the system format use the system function (variable) {FormatToDateTime( <date_time_string>, <format> )}.

 

Working days to add

Specify an integer value of working days. A negative value indicates the subtraction of working days.

 

Save result date to variable

Enter the name of the variable to save the end date

 

Save number of calendar days to variable

Enter the name of the variable to save the number of calendar days

 

note Related Topics

Create Variable

Set Variable

Remove Variable

Increment Variable

Delimited variable

TimeDifference

Date and Time functions

Count array elements