nth have a specified day, such as Mon, Tue,
>etc. Var avail - number of days - first dayname of the month, occurences of
>Sun, occurences of Mon, etc. Allows you to calculate number of working hours
>exclude Holidays.
>[2] http://www.weberdev.com/get_example.php3?count=3267
>
>
umber of working hours in a month.
Dear all,
How do I dynamically calculate how many working hours in a particular
month?
Has anyone do it before?
Here is the simple formula.
Add - Number of days in a month
Deduct - Sundays
Number of Mon-Fri in a month * 8 hours
Number of Sat in a month * 4 hou
Dear all,
How do I dynamically calculate how many working hours in a particular month?
Has anyone do it before?
Here is the simple formula.
Add - Number of days in a month
Deduct - Sundays
Number of Mon-Fri in a month * 8 hours
Number of Sat in a month * 4 hours
My Figure = total working hours o