RE: [PHP-DB] Number of working hours in a month.

2002-03-02 Thread Manuel
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 > >

RE: [PHP-DB] Number of working hours in a month.

2002-03-02 Thread Shrock, Court
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

[PHP-DB] Number of working hours in a month.

2002-03-02 Thread Hoo Kok Mun
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