Announcement

Collapse
No announcement yet.

Remove Weekends from Calculation

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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...
X