Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 173 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 173 Bytes

Duration

Helper for formatting a duration into human readable text

Usage:

$duration = new Zeropingheroes\Duration(3600);

echo $duration->shortFormat();