Skip to main content
Nintex Community Menu Bar
Solved

Calculate days between dates

  • October 21, 2021
  • 1 reply
  • 44 views

Hi All,

 

I have a question on how to calculate days in Nintex form.

to calculate date that exclude the day-off of the employee. ?

because some of the employee's day off is not Saturday and Sundays. 

 

 

 

 

Best answer by allan

The only possibility is by using the date difference function and calculating the number of saturdays and sundays in between.
You can find which day of the week a date is by storing the value as "Long Date Format" in a text variable.

1 reply

allan
Forum|alt.badge.img+9
  • Rookie
  • Answer
  • October 26, 2021

The only possibility is by using the date difference function and calculating the number of saturdays and sundays in between.
You can find which day of the week a date is by storing the value as "Long Date Format" in a text variable.