2
Hello, I would like to know how to decrease, for example like this: $datacurrent = '20/02/2016'; $dataSubtracao = '18/02/2016';
$Calc = $dataAtual - $dataSubtracao; //As a result I wanted to return the number 2 (type, 2 days difference)
I know this example will go wrong, but I want the result to return the entire value of the difference between the two dates.