Forum Discussion

kumar25's avatar
kumar25
New Contributor II
2 years ago

Difference between 2 dates, excluding weekends

I have 2 date values, have to find the difference between both of them. Weekends to be excluded. I am using the below expression to derive the value. parseInt((Date.parse($Date2.toString())-Date.pa...