$orderDateTS = strtotime($data['ordertime']); $nowTS = strtotime('now'); $diff = $nowTS - $orderDateTS; $diff = $diff / 86400; $dayDiff = floor($diff);
found in a shopware plugin