datetime - PHP add weekdays not working properly for Friday -


i trying add weekdays date using below formula:

$date = strtotime($effdate." +5 weekdays"); $date = date('m/d/y', $date); 

it works fine other days not friday. points next sunday rather friday. googled many solutions, didn't clear idea.

is there workaround fix bug?

if you're running php < 5.5.0 known bug , fixed in php 5.5

demo

the bug report provide alternative function work versions of php susceptible bug, though it's using datetime objects rather unix timestamps


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -