jaeger-app/date-time

此包已被废弃,不再维护。未建议替代包。

处理日期和时间的抽象。

0.1 2016-04-20 03:49 UTC

This package is auto-updated.

Last update: 2023-11-18 01:46:02 UTC


README

Build Status Scrutinizer Code Quality Author GitHub license

处理日期和时间而不让自己崩溃的特质。

安装

jaeger-app/date-time添加到您的composer.json中作为依赖项

$ composer require jaeger-app/date-time

实现

由于JaegerApp\Traits\DateTime是一个特质,您只需将其附加到现有对象上,就像任何其他PHP特质(使用use DateTime语句)一样。