hatamiarash7/jdf
最新稳定版本:2.0.2
Composer 安装命令:
composer require hatamiarash7/jdf
包简介
JDF Library for Laravel
README 文档
README
It's a simple library to use Persian timestamps in Laravel ( 5.5+ )
Install
composer require hatamiarash7/jdf
Laravel 5.5+ has auto-discover ability and you don't need add anything to project's configuration
How to use
use Hatamiarash7\JDF\Generator; ... $jdf = new Generator(); $date = $jdf->getTimestamp(); // Output : ۱۳۹۷/۱۱/۰۲ - ۰۰:۳۸ $finalDate = $jdf->jdate_words(['ss'=>1390, 'mm'=>5, 'rr'=>20]); // Output : [ 'ss' => 'هزار و سیصد و نود' , 'mm' => 'مرداد' , 'rr' => 'بیست' ]
License
Support
Contributing
- Fork it !
- Create your feature branch :
git checkout -b my-new-feature - Commit your changes :
git commit -am 'Add some feature' - Push to the branch :
git push origin my-new-feature - Submit a pull request :D
Issues
Each project may have many problems. Contributing to the better development of this project by reporting them.
统计信息
- 总下载量: 264
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2018-12-15