RE: Working Days

2000-05-15 Thread Stewart McGowan
I'm writing a project management package which basically tracks our production line, however i'm having problems with calculating a critical path, I convert our local date sructure to a US one ie dd/mm/ to mm/dd/ then i do some basic validation on the start date - IsDate - isLeapYear

Re: Working Days

2000-05-15 Thread Beth Usouski
cfif not (Day mod 7 is 1) and not (Day mod 7 is 0) will give you saturday and sunday. seems to me you should just loop it through your action and ignore the action/count on the weekend. Stewart McGowan wrote: I'm writing a project management package which basically tracks our production