zeropingheroes/duration

将持续时间格式化为可读文本的辅助工具

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

This package is not auto-updated.

Last update: 2024-09-24 02:18:48 UTC


README

将持续时间格式化为可读文本的辅助工具

使用方法

$duration = new Zeropingheroes\Duration(3600);

echo $duration->shortFormat();