Date
用于处理日期显示的扩展实用程序类。
抽象
自 |
2.5 |
---|---|
包 |
Joomla CMS |
方法
relative
将静态时间转换为相对度量的函数
relative( date, unit = null, time = null, format = null) :
静态
自 |
2.5 |
---|
参数
- date
string
要转换的日期- unit
string
如果 diff 的值大于 1,则返回可选的度量单位- time
string
可选的要比较的时间,默认为现在- format
string
HTMLHelper::date 输出的可选格式
响应
string
转换后的时间字符串