Week day count in Forms

prabhu

Registered User.
Local time
Today, 11:50
Joined
Apr 21, 2010
Messages
54
In my forms, i need to calculate 30 working days/weekdays from today/everyday, i used DateAdd("w", 30,Date()), but it return only the calender days not the weekdays; How get weekday for period of 30days?
 
thanks, but this is to caluculate the no working days bw two dates, in my case, i need to calculate the 30th working day from today.
 
Surely the link gives you the details you need, you would adapt this to the parameters you need.
 

Users who are viewing this thread

Back
Top Bottom