prince198 Posted July 9, 2008 Share Posted July 9, 2008 hello i have this script $date_start_abs=abs(strtotime(2008-01-01)); $date_end_abs=abs(strtotime(2008-01-14)); $date_start_floor=floor($date_start_abs/ 86400 ).'<br/>'; $date_fin_floor=floor($date_end_abs/ 86400 ).'<br/>'; echo $date_end_floor- $date_start_floor+1; the result is 14 days i'm looking for resuluta like this: week 1 : 7 days; week 2 : 7 days; and aloso results without sunday so like this week 1: 6 days; week 2: 6 days thank you for helping Link to comment https://forums.phpfreaks.com/topic/113899-number-between-deux-dates-group-by-week/ Share on other sites More sharing options...
prince198 Posted July 9, 2008 Author Share Posted July 9, 2008 hello i have this script $date_start_abs=abs(strtotime(2008-01-01)); $date_end_abs=abs(strtotime(2008-01-14)); $date_start_floor=floor($date_start_abs/ 86400 ).'<br/>'; $date_fin_floor=floor($date_end_abs/ 86400 ).'<br/>'; echo $date_end_floor- $date_start_floor+1; the result is 14 days i'm looking for resuluta like this: week 1 : 7 days; week 2 : 7 days; and aloso results without sunday so like this week 1: 6 days; week 2: 6 days thank you for helping Link to comment https://forums.phpfreaks.com/topic/113899-number-between-deux-dates-group-by-week/#findComment-585271 Share on other sites More sharing options...
prince198 Posted July 9, 2008 Author Share Posted July 9, 2008 no body can help me? :-\ Link to comment https://forums.phpfreaks.com/topic/113899-number-between-deux-dates-group-by-week/#findComment-585285 Share on other sites More sharing options...
prince198 Posted July 9, 2008 Author Share Posted July 9, 2008 :-[i think that there not solution for my probleme Link to comment https://forums.phpfreaks.com/topic/113899-number-between-deux-dates-group-by-week/#findComment-585369 Share on other sites More sharing options...
prince198 Posted July 10, 2008 Author Share Posted July 10, 2008 no body have answer ?? ??? Link to comment https://forums.phpfreaks.com/topic/113899-number-between-deux-dates-group-by-week/#findComment-586189 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.