Cake\I18n\FrozenTime
is an extension to PHP's default DateTime
, so if you need to calculate difference between two dates, for example, in seconds, do this:$entity->modified->getTimestamp() - $entity->created->getTimestamp()
Просто блог. Памятки, прежде всего для себя, о том как была решена та или иная задача.
No comments:
Post a Comment