Hello, I would like to know how I can decrease, for example like this: $ current = '20 / 02/2016 '; $ dataSubtration = '18 / 02/2016 ';
$ calc = $ currentTime - $ dataSubtraction; // As a result I wanted it to return number 2 (type, 2 days difference)
I know this example will go wrong, but I want the result to return the integer value of the difference between the two dates.