Compare date from string in PHP
In my php have 2 strings representing dates in format "dd/mm/yyyy". I want to compare the second one with the firsth + 3 years. I tried this but returns me always the same response despite changing dates. private function setBonus($s1,…