Is there a JDE utility to calculate the # of Working Days between 2 dates?

dtrudell

Member
X0035 will determine the number of CALENDAR days between 2 dates. I need a routine to determine the number of WORKING or BUSINESS days between 2 dates.

If I need to use the JDE working calendar (F0007), no problem, I have this set up.

Any ideas?
 
There is no standard program to calculate the number of work days between two dates, but it is not difficult to write a program to do that.
 
Try this if you want to, it is not tested and I give no guarantees that it will work
 

Attachments

  • 2-28725-X5507.txt
    8.6 KB · Views: 191
I recently went looking for this function and found that B0000150 worked fine for me.
 
Back
Top