sakhalin/yii2-widget-timeago

Timeago是一个jQuery插件,它使得自动更新模糊时间戳变得简单。源自https://github.com/yiidoc/yii2-timeago

安装: 59

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 2

开放问题: 0

类型:yii2-extension

dev-master 2015-01-29 12:00 UTC

This package is not auto-updated.

Last update: 2024-09-18 07:34:06 UTC


README

Timeago是一个jQuery插件,它使得自动更新模糊时间戳变得简单。源自@rmm5t为Yii2框架

安装

运行以下命令

composer global require "fxp/composer-asset-plugin:1.0.0-beta4"

并添加

"sakhalin/yii2-widget-timeago": "dev-master",

使用方法

<?= \sakhalin\timeago\TimeAgo::widget(['timestamp' => $model->published_at]); ?>

现在你可以使用该小部件。如果有时间,我会写详细的说明。如果你想修改或提出问题,请打开问题或创建pull请求。感谢使用。