commentar/time-ago
Composer 安装命令:
composer require commentar/time-ago
包简介
This package calculates the time since a specific `DateTime` object en displays it in a human readable format.
README 文档
README
Date renderer for the Commentar project. This package calculates the time since a specific DateTime object en displays it in a human readable format. E.g. 5 minutes ago.
The supported steps are:
- seconds
- minutes
- hours
- days
- weeks
- months
- years
It is installed by default when first installing the Commentar system.
Installation
If you are running a standard installation of Commentar you don't have to install anything (it is the default timestamp formatter of the system).
Add the formatter to the project's composer.json file:
"require": {
"commentar/time-ago": "0.0.*",
}
Use it in your templates:
<?php echo $this->renderView('TimeAgo', ['timestamp' => $comment['updated']]); ?>
统计信息
- 总下载量: 181
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-09-07