Remove Weekends from Calculation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rmorgan
    Member
    • Feb 2019
    • 41

    Remove Weekends from Calculation

    I have a formula which tells me the number of days between 2 dates and it works fine.

    supplierTurnaroundTime=datetime\diff(dateReturnedF romSupplier,dateSentToSupplier, 'days');

    What I need is a way of removing weekends so that it gives back working days only. is this possible?
Working...