znframework/package-datetime
最新稳定版本:8.21.0
Composer 安装命令:
composer require znframework/package-datetime
包简介
ZN Framework Datetime Package
关键字:
README 文档
README
ZN Framework Date & Time Package
Follow the steps below for installation and use.
Installation
You only need to run the following code for the installation.
composer require znframework/package-datetime
Documentation
Click for documentation of your library.
Example Usage
Basic level usage is shown below.
<?php require 'vendor/autoload.php'; ZN\ZN::run(); Output::writeLine(Date::standart()); Output::writeLine(Time::current()); Output::writeLine(Date::calculate('{year}-{monthNumber}-{dayNumber}', '30 day'));
统计信息
- 总下载量: 7.25k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 9
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-01-19