<?php $interval = (new \DateTime('yesterday'))->diff(new \DateTime('now')); echo $interval->format('%h');
You have javascript disabled. You will not be able to edit any code.