zeropingheroes/duration

Helper for formatting a duration into human readable text

dev-master 2014-08-24 10:58 UTC

This package is not auto-updated.

Last update: 2024-04-23 00:08:53 UTC


README

Helper for formatting a duration into human readable text

Usage:

$duration = new Zeropingheroes\Duration(3600);

echo $duration->shortFormat();