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: 2025-03-25 04:41:34 UTC


README

Helper for formatting a duration into human readable text

Usage:

$duration = new Zeropingheroes\Duration(3600);

echo $duration->shortFormat();