Home
last modified time | relevance | path

Searched refs:SECONDS_PER_DAY (Results 1 – 1 of 1) sorted by relevance

/plugin/relativetimehelper/
H A Dhelper.php17 const SECONDS_PER_DAY = 86400; define in helper_plugin_relativetimehelper
57 $hours = ($timediff % $this::SECONDS_PER_DAY) / $this::SECONDS_PER_HOUR;;
64 $timediff -= $timediff % $this::SECONDS_PER_DAY;
69 $days = ($timediff % $this::SECONDS_PER_WEEK) / $this::SECONDS_PER_DAY;;