nopaad/utilities
最新稳定版本:v0.9.6
Composer 安装命令:
composer require nopaad/utilities
包简介
A collection of php utilities.
README 文档
README
A classic collection of php utilities
default timestamp is now
$date = jDate::forge();
pass timestamps
$date = jDate::forge(1333857600);
pass strings to make timestamps
$date = jDate::forge('last sunday');
get the timestamp
$date = jDate::forge('last sunday')->time(); // 1333857600
format the timestamp
$date = jDate::forge('last sunday')->format('%B %d، %Y'); // دی 02، 1391
get a predefined format
$date = jDate::forge('last sunday')->format('datetime'); // 1391-10-02 00:00:00 $date = jDate::forge('last sunday')->format('date'); // 1391-10-02 $date = jDate::forge('last sunday')->format('time'); // 00:00:00
amend the timestamp value, relative to existing value
$date = jDate::forge('2012-10-12')->reforge('+ 3 days')->format('date'); // 1391-07-24
get relative 'ago' format
$date = jDate::forge('now - 10 minutes')->ago() // ۱۰ دقیقه پیش
统计信息
- 总下载量: 501
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GNU
- 更新时间: 2016-10-31