文件名称:intldate:一个小的php库,用于在多个日历之间进行日期转换
文件大小:11KB
文件格式:ZIP
更新时间:2024-06-07 11:53:30
i18n date calendar php-library region
国际日期 PHP库,用于将日期转换为多个日历 安装 安装此扩展的首选方法是通过 。 无论运行 composer require --prefer-dist meysampg/intldate " * " 或添加 " meysampg/intldate " : " * " 到composer.json文件的require部分。 您也可以轻松并使用它。 用法 安装库后,只需在您的php文件中使用它即可: use meysampg\intldate\ IntlDateTrait ; 并在您想要的课程上使用它: <?php namespace foo\bar; use meysampg\intldate\ IntlDateTrait ; class Bar { use IntlDateTrait ; // Some codes are here! echo $ t
【文件预览】:
intldate-master
----composer.json(615B)
----.travis.yml(787B)
----phpunit.xml(544B)
----IntlDateClass.php(84B)
----tests()
--------bootstrap.php(127B)
--------IntlDateTest.php(7KB)
----LICENSE(1KB)
----IntlDateTrait.php(18KB)
----README.md(10KB)