Hello, I need to test if two dates are the same in PHP (current date vs. last day of the month), both are strings, but I'm not getting the result using the following code:
if(strcmp($ultimo, $hoje) == 0)
echo "<br><br>As duas...
asked by
31.07.2014 / 23:00