Download the PHP package ionepub/lunar without Composer
On this page you can find all versions of the php package ionepub/lunar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ionepub/lunar
More information about ionepub/lunar
Files in ionepub/lunar
Download ionepub/lunar
More information about ionepub/lunar
Files in ionepub/lunar
Vendor ionepub
Package lunar
Short Description 农历公历转换,阳历转阴历,阴历转阳历,今天的阴历日期 A Chinese calendar transform class
License MIT
Homepage https://github.com/ionepub
Package lunar
Short Description 农历公历转换,阳历转阴历,阴历转阳历,今天的阴历日期 A Chinese calendar transform class
License MIT
Homepage https://github.com/ionepub
Please rate this library. Is it a good library?
Informations about the package lunar
lunar
农历公历转换,阳历转阴历,阴历转阳历,今天的阴历日期。 A Chinese calendar transform class.
安装
使用composer安装(建议)
直接下载
下载地址:https://github.com/ionepub/lunar/releases
使用
实例化
设置一个阳历日期
设置一个阴历日期
设置日期为今天
获取日期信息
支持链式操作:
获取日期字符串
通过向str()
方法传递第一个参数,可以指定返回的日期类型,分别有:
- Lunar::SOLAR 阳历日期,默认
- Lunar::LUNAR 阴历日期
- Lunar::LUNAR_CN 阴历日期(中文)
可以通过向str()
方法传递分隔符参数来设置返回的字符串格式,默认 -
同样支持链式操作:
示例
已知用户的生日,获取下一次生日的日期
All versions of lunar with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.4
The package ionepub/lunar contains the following files
Loading the files please wait ....