¡@

Home 

php Programming Glossary: no_remaining_days

Calculate business days

http://stackoverflow.com/questions/336127/calculate-business-days

days endDate startDate 86400 1 no_full_weeks floor days 7 no_remaining_days fmod days 7 It will return 1 if it's Monday .. 7 for Sunday.. if the_first_day_of_week 6 6 the_last_day_of_week no_remaining_days if the_first_day_of_week 7 7 the_last_day_of_week no_remaining_days.. if the_first_day_of_week 7 7 the_last_day_of_week no_remaining_days else edit by Tokes to fix an edge case where the start day was..