niirrty/niirrty.date

A PHP date library.

0.6.1 2024-02-16 12:16 UTC

This package is auto-updated.

Last update: 2024-04-16 12:38:07 UTC


README

A date time and time + timespan extending package.

Installation

inside the composer.json:

{
   "require": {
      "php": ">=8.1",
      "niirrty/niirrty.date": "~0.6"
   }
}